Skip to content
Snippets Groups Projects
Verified Commit 5dcf382d authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Added missing service-worker header

parent bc0526ba
Branches
Tags
No related merge requests found
...@@ -80,6 +80,7 @@ server { ...@@ -80,6 +80,7 @@ server {
expires 30d; expires 30d;
add_header Pragma public; add_header Pragma public;
add_header Cache-Control "public, must-revalidate, proxy-revalidate"; add_header Cache-Control "public, must-revalidate, proxy-revalidate";
add_header Service-Worker-Allowed "/";
} }
location /federation/ { location /federation/ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment