mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-09-14 07:26:59 +08:00
Merge pull request #1188 from mhkarimi1383/patch-1
FIX: [ansible]logging volume not working
This commit is contained in:
@@ -67,8 +67,8 @@ http {
|
||||
server_name {{ kuma_domain }};
|
||||
listen 443 ssl http2 default_server;
|
||||
|
||||
access_log /var/log/nginx/{{ kuma_domain }}.access.log main;
|
||||
error_log /var/log/nginx/{{ kuma_domain }}.error.log;
|
||||
access_log /var/log/nginx/{{ kuma_domain }}/access.log main;
|
||||
error_log /var/log/nginx/{{ kuma_domain }}/error.log;
|
||||
|
||||
location / {
|
||||
# rewrite ^/(.*)/$ /$1 permanent;
|
||||
|
Reference in New Issue
Block a user