From 8e6d96b9e6013ae7d8706980c423f9d3811f9104 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Wed, 26 Apr 2023 21:56:21 +0000 Subject: [PATCH] readd error pages to client non api routes --- sites/client.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/sites/client.conf b/sites/client.conf index 22699df..a726d56 100644 --- a/sites/client.conf +++ b/sites/client.conf @@ -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; }