We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd7176a commit 5381729Copy full SHA for 5381729
dist/nginx.conf
@@ -58,7 +58,7 @@ server {
58
59
# If Docker is used for deployment and Rails serves static files,
60
# then needed must replace line `try_files $uri =404;` with `try_files $uri @proxy;`.
61
- location = sw.js {
+ location = /sw.js {
62
add_header Cache-Control "public, max-age=604800, must-revalidate";
63
add_header Strict-Transport-Security "max-age=63072000; includeSubDomains";
64
try_files $uri =404;
0 commit comments