mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-03-15 02:16:31 -04:00
FIX: logging volume not working
fix path for logging in nginx ansible role
This commit is contained in:
parent
df4c354e46
commit
a6de002eda
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user