forked from rDrama/rDrama
1
0
Fork 0

update sample nginx

master
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/;
}
}