forked from CGM_Public/pretix_original
Update nginx config for static files
This commit is contained in:
@@ -65,6 +65,8 @@ http {
|
||||
access_log off;
|
||||
expires 365d;
|
||||
add_header Cache-Control "public";
|
||||
add_header Access-Control-Allow-Origin "*";
|
||||
gzip on;
|
||||
}
|
||||
location / {
|
||||
# Very important:
|
||||
|
||||
Reference in New Issue
Block a user