nginx/conf.d/default.conf aktualisiert
All checks were successful
release-tag / release-image (push) Successful in 6m19s

This commit is contained in:
2025-04-23 09:47:27 +00:00
parent 38c380f03e
commit ce22b79117

View File

@@ -4,6 +4,9 @@ server {
listen [::]:80;
location / {
try_files $uri $uri/ =404;
add_header Access-Control-Allow-Origin "https://matrix-home.send.nrw";
add_header Access-Control-Allow-Headers "Origin, X-Requested-With, Content-Type, Accept, Authorization";
add_header Access-Control-Allow-Credentials true;
}
location ~ \.php$ {
fastcgi_pass 127.0.0.1:9000;