diff --git a/config/nginx.conf b/config/nginx.conf index 36412ea4..bb7b1dcb 100644 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -2,8 +2,8 @@ server { listen 80 default_server; listen [::]:80 default_server; root /app; - access_log /var/log/nginx/rssbridge.access.log; - error_log /var/log/nginx/rssbridge.error.log; + access_log /dev/stdout; + error_log /dev/stderr; index index.php; location ~ /(\.|vendor|tests) {