control-panel
This commit is contained in:
parent
0e20a01a5b
commit
91443a777f
4 changed files with 435 additions and 8 deletions
|
|
@ -9,7 +9,7 @@ server {
|
|||
location / {
|
||||
if ($request_method = 'OPTIONS') {
|
||||
add_header 'Access-Control-Allow-Origin' 'https://spectralvpn.ru';
|
||||
add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS';
|
||||
add_header 'Access-Control-Allow-Methods' 'GET, POST, DELETE, OPTIONS';
|
||||
add_header 'Access-Control-Allow-Headers' 'Content-Type';
|
||||
add_header 'Access-Control-Max-Age' 86400;
|
||||
return 204;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue