diff --git a/apps/web/rompr/nginx_default b/apps/web/rompr/nginx_default index da2c59f..4a045f8 100644 --- a/apps/web/rompr/nginx_default +++ b/apps/web/rompr/nginx_default @@ -16,6 +16,7 @@ server { # This section can be copied into an existing default setup location / { allow all; + access_log off; index index.php; location ~ \.php { try_files $uri index.php =404; diff --git a/apps/web/rompr/run-httpd b/apps/web/rompr/run-httpd index 8c25415..3d2198c 100644 --- a/apps/web/rompr/run-httpd +++ b/apps/web/rompr/run-httpd @@ -4,4 +4,4 @@ mkdir -p /var/log/nginx set -e /etc/init.d/php7.3-fpm restart -exec /usr/sbin/nginx -g 'daemon off; access_log off;' +exec /usr/sbin/nginx -g 'daemon off;'