readd error pages to client non api routes
This commit is contained in:
parent
4dd8b1cff9
commit
8e6d96b9e6
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user