summaryrefslogtreecommitdiffstats
path: root/conf/nginx.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/nginx.conf')
-rw-r--r--conf/nginx.conf5
1 files changed, 1 insertions, 4 deletions
diff --git a/conf/nginx.conf b/conf/nginx.conf
index efe9af0..7a03c5a 100644
--- a/conf/nginx.conf
+++ b/conf/nginx.conf
@@ -1,4 +1,4 @@
-user www-data;
+user nginx;
worker_processes 2;
pid /run/nginx.pid;
daemon off;
@@ -9,9 +9,6 @@ events {
}
http {
- real_ip_header X-Forwarded-For;
- set_real_ip_from 0.0.0.0/0;
- real_ip_recursive on;
##
# Basic Settings
##