update sample nginx

remotes/1693045480750635534/spooky-22
Aevann1 2022-09-20 01:08:02 +02:00
parent ba35765f64
commit c27ee0818c
1 changed files with 4 additions and 0 deletions

View File

@ -21,4 +21,8 @@ server {
location /chat {
proxy_pass http://127.0.0.1:5001/chat;
}
error_page 502 = /error_page/502.html;
location /error_page/ {
alias /rDrama/files/templates/errors/;
}
}