security adjustments
This commit is contained in:
parent
de19c6386c
commit
4a60384e20
@ -1,5 +1,16 @@
|
||||
server {
|
||||
|
||||
user nginx;
|
||||
|
||||
error_log /tmp/error.log warn;
|
||||
access_log /tmp/access.log main;
|
||||
pid /tmp/nginx.pid;
|
||||
|
||||
client_body_temp_path /tmp/nginx-client-body;
|
||||
proxy_temp_path /tmp/nginx-proxy;
|
||||
fastcgi_temp_path /tmp/nginx-fastcgi;
|
||||
uwsgi_temp_path /tmp/nginx-uwsgi;
|
||||
scgi_temp_path /tmp/nginx-scgi;
|
||||
|
||||
listen 8080;
|
||||
proxy_hide_header WWW-Authenticate;
|
||||
port_in_redirect off;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user