FIX: logging volume not working

fix path for logging in nginx ansible role
This commit is contained in:
Muhammed Hussein karimi 2022-01-15 00:56:57 +03:30 committed by GitHub
parent df4c354e46
commit a6de002eda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,8 +67,8 @@ http {
server_name {{ kuma_domain }}; server_name {{ kuma_domain }};
listen 443 ssl http2 default_server; listen 443 ssl http2 default_server;
access_log /var/log/nginx/{{ kuma_domain }}.access.log main; access_log /var/log/nginx/{{ kuma_domain }}/access.log main;
error_log /var/log/nginx/{{ kuma_domain }}.error.log; error_log /var/log/nginx/{{ kuma_domain }}/error.log;
location / { location / {
# rewrite ^/(.*)/$ /$1 permanent; # rewrite ^/(.*)/$ /$1 permanent;