mirror of
https://github.com/casjaysdevdocker/stikked
synced 2024-11-21 11:23:09 -05:00
🗃️ Committing everything that changed 🗃️
rootfs/tmp/etc/nginx/nginx.conf
This commit is contained in:
parent
8685c41f8f
commit
600ed8e772
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user