commit
3f35265858
6 changed files with 136 additions and 101 deletions
|
@ -76,7 +76,8 @@ location /c1/ {
|
|||
|
||||
location /static/ {
|
||||
# checks for static file, if not found proxy to app
|
||||
alias /static/;
|
||||
alias /static/;
|
||||
error_page 404 /404;
|
||||
}
|
||||
|
||||
location /v1/_ping {
|
||||
|
|
Reference in a new issue