diff --git a/conf/nginx.conf b/conf/nginx.conf index 1e21554..8c60dd8 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -6,7 +6,7 @@ location __PATH__/ { rewrite ^ https://$server_name$request_uri? permanent; } - add_header Access-Control-Allow-Origin *; + more_set_headers Access-Control-Allow-Origin *; index index.php; try_files $uri $uri/ /index.php;