Super-Progressive-Web-Apps icon indicating copy to clipboard operation
Super-Progressive-Web-Apps copied to clipboard

Manifest and Service Worker missing with Docker & NGINX Proxy

Open ckiszka opened this issue 6 years ago • 0 comments

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?

screen shot 2019-02-15 at 6 10 32 pm

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

ckiszka avatar Feb 15 '19 23:02 ckiszka