:)
This commit is contained in:
parent
140086dcba
commit
51596893e1
1 changed files with 6 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue