Skip to content

Commit

Permalink
Merge branch 'hotfix/1.0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
a831123c committed Mar 27, 2021
2 parents a763017 + 1c207a4 commit 47e724c
Show file tree
Hide file tree
Showing 3 changed files with 223 additions and 225 deletions.
3 changes: 0 additions & 3 deletions build/nginx/vhost.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ server {
}

location ~ \.php$ {
add_header 'Access-Control-Allow-Origin' '*';
add_header 'Access-Control-Allow-Methods' '*';
add_header 'Access-Control-Allow-Headers' 'Origin, Method, Content-type, Authorization';
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_pass phpupstream;
fastcgi_index index.php;
Expand Down
Loading

0 comments on commit 47e724c

Please sign in to comment.