1
Fork 0

Update required for PWA support to work

This commit is contained in:
Korbs 2023-09-30 12:30:08 -04:00
parent 62f8516efc
commit 876299ac1c

View file

@ -16,4 +16,8 @@ server {
proxy_ssl_session_reuse off;
proxy_set_header Host $http_host;
}
location /manifest.json {
root /path/to/poketube/pwa/;
}
}