Formatting changes.

This commit is contained in:
Hyperling 2023-07-05 18:02:43 -07:00
parent 58bff5a5f5
commit 31047f6285
2 changed files with 7 additions and 7 deletions

View File

@ -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.

View File

@ -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;