fix: make it work

This commit is contained in:
alban 2023-07-26 01:28:19 +02:00
parent a21ba6b8fb
commit 0e43bea656
11 changed files with 110 additions and 42 deletions

View file

@ -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;