From 31047f6285f5b6c49e4b2b365cf5017d0c2be1e4 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Wed, 5 Jul 2023 18:02:43 -0700 Subject: [PATCH] Formatting changes. --- Config/ReverseProxy/Dockerfile | 2 +- Config/ReverseProxy/config/nginx.conf | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) 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;