diff --git a/conf/nginx.conf b/conf/nginx.conf index e1a1f03..b052afb 100755 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -7,6 +7,8 @@ location __PATH__/ { index index.php; client_max_body_size 512M; + + more_clear_headers 'X-Frame-Options'; try_files $uri $uri/ /index.php; location ~ [^/]\.php(/|$) {