Update and rename nginx-reclame to nginx-obscreen

This commit is contained in:
JRK 2024-02-18 23:03:19 +01:00 committed by GitHub
parent c574d4c2fc
commit 82625ee5b5

View File

@ -17,6 +17,6 @@ server {
proxy_set_header X-Real-IP $remote_addr;
}
error_log /var/log/nginx/reclame.error.log;
access_log /var/log/nginx/reclame.access.log;
}
error_log /var/log/nginx/obscreen.error.log;
access_log /var/log/nginx/obscreen.access.log;
}