diff --git a/nginx.conf.example b/nginx.conf.example index 62f39abb..cce199c9 100644 --- a/nginx.conf.example +++ b/nginx.conf.example @@ -16,8 +16,4 @@ server { proxy_ssl_session_reuse off; proxy_set_header Host $http_host; } - - location /manifest.json { - root /path/to/poketube/pwa/; - } } \ No newline at end of file