This commit is contained in:
zino
2023-12-10 14:07:40 +01:00
parent cbc07efa19
commit ac569bf453

View File

@@ -34,6 +34,8 @@ server {
proxy_set_header Host $host; proxy_set_header Host $host;
proxy_set_header X-Forwarded-Proto https; proxy_set_header X-Forwarded-Proto https;
proxy_set_header 'Access-Control-Allow-Origin' '*';
proxy_pass http://$upstream; proxy_pass http://$upstream;
} }