diff --git a/conf/nginx.conf b/conf/nginx.conf index 4b1646c..7c00030 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -5,7 +5,6 @@ location __PATH__/ { proxy_set_header Host $host; proxy_pass_header Server; - # be careful, this line doesn't override any proxy_buffering on set in a conf.d/file.conf proxy_buffering off; more_set_headers "X-Frame-Options : ALLOWALL"; proxy_set_header X-Real-IP $remote_addr; # http://wiki.nginx.org/HttpProxyModule