mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
Update required for PWA support to work
This commit is contained in:
parent
62f8516efc
commit
876299ac1c
@ -16,4 +16,8 @@ server {
|
|||||||
proxy_ssl_session_reuse off;
|
proxy_ssl_session_reuse off;
|
||||||
proxy_set_header Host $http_host;
|
proxy_set_header Host $http_host;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location /manifest.json {
|
||||||
|
root /path/to/poketube/pwa/;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user