diff --git a/Config/ReverseProxy/Dockerfile b/Config/ReverseProxy/Dockerfile index c49fa53..906a171 100644 --- a/Config/ReverseProxy/Dockerfile +++ b/Config/ReverseProxy/Dockerfile @@ -1,5 +1,5 @@ # 2022-10-05 Hyperling -# Move config to nginx container. +# Move config to nginx container. # This is because nginx image does not play well with Volumes. # Nextcloud and MariaDB created files in their folders fine, but nginx stays empty. diff --git a/Config/ReverseProxy/config/nginx.conf b/Config/ReverseProxy/config/nginx.conf index c8c359b..c3f9e26 100644 --- a/Config/ReverseProxy/config/nginx.conf +++ b/Config/ReverseProxy/config/nginx.conf @@ -16,16 +16,16 @@ http { include /etc/nginx/mime.types; default_type application/octet-stream; - log_format main '$remote_addr - $remote_user [$time_local] "$request" ' - '$status $body_bytes_sent "$http_referer" ' - '"$http_user_agent" "$http_x_forwarded_for"'; + log_format main '$remote_addr - $remote_user [$time_local] "$request" ' + '$status $body_bytes_sent "$http_referer" ' + '"$http_user_agent" "$http_x_forwarded_for"'; - access_log /var/log/nginx/access.log main; + access_log /var/log/nginx/access.log main; sendfile on; - #tcp_nopush on; + #tcp_nopush on; - keepalive_timeout 65; + keepalive_timeout 65; #gzip on;