Super-Progressive-Web-Apps
Super-Progressive-Web-Apps copied to clipboard
Manifest and Service Worker missing with Docker & NGINX Proxy
I know this was discussed with NGINX host. I added:
rewrite ^/superpwa-manifest(-[0-9]+)?.json$ /index.php?superpwa-manifest-$1.json last;
rewrite ^/OneSignalSDKWorker.js.php$ /index.php?OneSignalSDKWorker.js-$1.php last;
rewrite ^/superpwa-sw(-[0-9]+)?.js$ /index.php?superpwa-sw.js last;
to the nginx proxy virtual config just as its typed. No luck. Has anyone tried using this plugin with Wordpress in a docker container and Nginx Proxy front end?

NGINX Proxy -- https://github.com/jwilder/nginx-proxy Wordpress Docker -- https://hub.docker.com/_/wordpress/