mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
hmm
This commit is contained in:
parent
d6f6729c83
commit
fac16bc669
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ http {
|
|||
|
||||
location / {
|
||||
if ($request_method = 'OPTIONS') {
|
||||
add_header 'Access-Control-Allow-Origin' 'cors-school.nilstrieb.dev';
|
||||
add_header 'Access-Control-Allow-Origin' 'https://cors-school.nilstrieb.dev';
|
||||
add_header 'Access-Control-Allow-Credentials' 'true';
|
||||
add_header 'Access-Control-Allow-Methods' 'GET, POST, DELETE, PUT, OPTIONS';
|
||||
add_header 'Access-Control-Allow-Headers' 'token,refresh-token';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue