We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd53eba commit 492b06bCopy full SHA for 492b06b
personalization-webcomponents/docker/nginx/files.conf
@@ -1,17 +1,10 @@
1
-location / {
2
- add_header 'Access-Control-Allow-Origin' $http_origin;
3
- add_header 'Access-Control-Allow-Methods' 'GET, OPTIONS' always;
4
-
5
- location /src/ {
+location /src/ {
6
expires 365d;
7
8
add_header 'Access-Control-Allow-Methods' 'GET, OPTIONS' always;
9
add_header Cache-Control "public, no-transform";
10
- }
+}
11
12
- location ~ ^/loader-.*\.js$ {
13
+location ~ ^/loader-.*\.js$ {
14
15
add_header Cache-Control 'no-cache';
16
17
-}
0 commit comments