The process is similar to my previous post on proxying a sub directory back to the root. For example https://example.com/test => proxies back to / in the docker container upstream cups-endpoint { # in my case I'm using cups inside # a docker container and...
These Apache Proxy rules will send all traffic to the backend host ProxyPass / http://10.80.19.5/ ProxyPassReverse / http://10.80.19.5/ Which causes letencrypt to fail when trying to renew the SSL Cert on the Proxy Host because the request for...
Install python3. This is for CentOS yum install python34 Download and install nginxfmt.py. The download and the instructions are at https://github.com/1connect/nginx-config-formatter Once installed usage is as follows. # do a backup tar -czvf nginx-conf-backup.tar.gz...
Symptoms: You are running php-fpm and nginx You can enter the visual builder from the home page https://jamesmcdonald.id.au/?et_fb=1 but not from a another url such as https://jamesmcdonald.id.au/contact?et_fb=1 Problem: The Divi Visual Builder uses ?et_b=1 query...