updated nginx state
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul 2025-08-19 10:22:48 +02:00
parent 645c001b55
commit 7ab0e0692c
2 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,7 @@ nginx:
dir: /etc/nginx
geoip: false
webdav: false
syslog: false
lua: false
user: www-data
group: www-data

View File

@ -57,7 +57,9 @@ http {
'"$http_referer" "$http_user_agent"';
access_log /var/log/nginx/$host.access.log main;
{%- if nginx.config.syslog %}
access_log syslog:server=localhost:514 main;
{%- endif %}
default_type application/octet-stream;
tcp_nodelay on;