🗃️ Committing everything that changed 🗃️

rootfs/tmp/etc/nginx/nginx.conf
This commit is contained in:
casjay 2024-08-17 16:09:31 -04:00
parent 8685c41f8f
commit 600ed8e772
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145

View File

@ -15,8 +15,7 @@ http {
gzip on;
map $http_upgrade $connection_upgrade { default upgrade; '' close; }
disable_symlinks off;
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 REPLACE_LOG_DIR/access.log main;
access_log REPLACE_LOG_DIR/access.log combined;
server {
listen 0.0.0.0:80 default_server;
@ -88,4 +87,5 @@ http {
include /etc/nginx/conf.d/*.conf;
include /etc/nginx/sites-enabled/*;
include /etc/nginx/vhosts.d/*.conf;
}
}