nginx/conf.d/default.conf aktualisiert
All checks were successful
release-tag / release-image (push) Successful in 1m52s
All checks were successful
release-tag / release-image (push) Successful in 1m52s
This commit is contained in:
@@ -4,7 +4,7 @@ server {
|
|||||||
listen [::]:80;
|
listen [::]:80;
|
||||||
location / {
|
location / {
|
||||||
try_files $uri $uri/ =404;
|
try_files $uri $uri/ =404;
|
||||||
add_header Access-Control-Allow-Origin: https://matrix-web.send.nrw
|
add_header Access-Control-Allow-Origin https://matrix-web.send.nrw;
|
||||||
add_header Access-Control-Allow-Headers "Origin, X-Requested-With, Content-Type, Accept, Authorization";
|
add_header Access-Control-Allow-Headers "Origin, X-Requested-With, Content-Type, Accept, Authorization";
|
||||||
add_header Access-Control-Allow-Credentials true;
|
add_header Access-Control-Allow-Credentials true;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user