This commit is contained in:
Fijxu 2022-12-07 03:59:03 -03:00
parent 140086dcba
commit 51596893e1

View file

@ -13,6 +13,12 @@ server {
client_max_body_size 51M;
proxy_pass http://127.0.0.1:40007/;
include configs/proxyheaders.conf;
error_page 404 = @fallback;
}
location @fallback {
alias /var/www/404;
index index.html
}
#location /upload {