fix: make it work
This commit is contained in:
parent
a21ba6b8fb
commit
0e43bea656
11 changed files with 110 additions and 42 deletions
|
|
@ -6,6 +6,9 @@ server {
|
|||
location ~ /(hash_name|image) {
|
||||
proxy_pass http://app:5000;
|
||||
}
|
||||
location / {
|
||||
try_files $uri /index.html;
|
||||
}
|
||||
# Docker specific conf
|
||||
resolver 127.0.0.11 ipv6=off;
|
||||
access_log /dev/stdout;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue