Fixes
This commit is contained in:
@ -50,6 +50,8 @@ server {
|
||||
}
|
||||
|
||||
add_header 'Access-Control-Allow-Origin' 'http://localhost:8080';
|
||||
add_header 'Access-Control-Allow-Methods' 'GET,POST,PUT,DELETE,OPTIONS';
|
||||
add_header "Access-Control-Allow-Headers" "Authorization, Origin, X-Requested-With, Content-Type, Accept";
|
||||
|
||||
location ~ \.php {
|
||||
try_files $uri =404;
|
||||
|
Reference in New Issue
Block a user