Move the /static handler into the base and have nginx serve the Docker ping endpoint
This commit is contained in:
parent
c682899861
commit
a1470460a7
3 changed files with 10 additions and 10 deletions
|
@ -13,10 +13,5 @@ http {
|
|||
include server-base.conf;
|
||||
|
||||
listen 80 default;
|
||||
|
||||
location /static/ {
|
||||
# checks for static file, if not found proxy to app
|
||||
alias /static/;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue