animeic 1 жил өмнө
parent
commit
b9b1c1b86c

+ 1 - 6
nginx/conf.d/default.conf

@@ -1,9 +1,5 @@
 
-
-http {
-  set_real_ip_from 0.0.0.0/0;
-  real_ip_header X-Forwarded-For;
-  server {
+server {
     listen       80;
     listen  [::]:80;
     server_name  localhost;
@@ -30,5 +26,4 @@ http {
     }   
 
 }
-}