BobW submitted a new resource:
How to Setup Custom Error Pages for Nginx-Proxy-Manager (NPM) - Setup Custom Error Pages for NPM
Read more about this resource...
How to Setup Custom Error Pages for Nginx-Proxy-Manager (NPM) - Setup Custom Error Pages for NPM
Custom Error Pages Setup for Nginx Proxy Manager
Step 1: Create Folders and File
Create the necessary folders and file structure if not already present.
Bash:mkdir -p /data/nginx/custom mkdir -p /data/nginx/error_pages touch /data/nginx/custom/server_proxy.conf
Step 2: Edit server_proxy.conf
Edit theserver_proxy.conf
file placed in the/data/nginx/custom
...
Read more about this resource...