Merge branch 'service-worker' into 'antifascista'
los service workers necesitan servirse dentro de la raíz del sitio See merge request sutty/haini.sh!16
This commit is contained in:
commit
fa25c173c8
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@ server {
|
|||
proxy_pass http://127.0.0.1:65001;
|
||||
}
|
||||
|
||||
location /sw.js {
|
||||
proxy_pass http://127.0.0.1:65001;
|
||||
}
|
||||
|
||||
location /sockjs-node/ {
|
||||
proxy_set_header Connection "upgrade";
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
|
|
Loading…
Reference in a new issue