readd error pages to client non api routes

This commit is contained in:
Arthur Lu 2023-04-26 21:56:21 +00:00
parent 4dd8b1cff9
commit 8e6d96b9e6

View File

@ -3,6 +3,7 @@ server {
server_name client.tronnet.net;
include /etc/nginx/snippets/ssl-params.conf;
location / {
include /etc/nginx/snippets/error-pages.conf;
proxy_pass http://proxmoxaas.dmz:8080;
include /etc/nginx/snippets/proxy-params.conf;
}