diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 1a6da7e..92f5c74 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -11,6 +11,8 @@ events { http { include /etc/nginx/mime.types; default_type application/octet-stream; + server_name_in_redirect off; + port_in_redirect off; log_format main '$remote_addr - $remote_user [$time_local] "$request" ' '$status $body_bytes_sent "$http_referer" '