1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mautic_ynh.git synced 2024-09-03 19:36:26 +02:00

Update nginx.conf

This commit is contained in:
ericgaspar 2021-05-29 19:34:31 +02:00
parent 50b693f895
commit 445df30279
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -43,7 +43,7 @@ location __PATH__/ {
expires off;
gzip off;
default_type "image/gif";
add_header 'Access-Control-Allow-Origin' *;
more_set_headers "Access-Control-Allow-Origin: *";
try_files $uri /index.php?$args;
}