diff --git a/docker/nginx.conf b/docker/nginx.conf index 31a1fc9..c5ba301 100644 --- a/docker/nginx.conf +++ b/docker/nginx.conf @@ -66,7 +66,8 @@ http { # Fallback 404 page location = /404.html { - try_files $uri $uri/ =404; + internal; + root /tmp/public; } error_page 404 /404.html; }