mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Update nginx config for static files
This commit is contained in:
@@ -65,6 +65,8 @@ http {
|
|||||||
access_log off;
|
access_log off;
|
||||||
expires 365d;
|
expires 365d;
|
||||||
add_header Cache-Control "public";
|
add_header Cache-Control "public";
|
||||||
|
add_header Access-Control-Allow-Origin "*";
|
||||||
|
gzip on;
|
||||||
}
|
}
|
||||||
location / {
|
location / {
|
||||||
# Very important:
|
# Very important:
|
||||||
|
|||||||
Reference in New Issue
Block a user