We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3ccbe2 commit 5665d3cCopy full SHA for 5665d3c
1 file changed
docker/app.conf
@@ -3,5 +3,7 @@ server {
3
access_log off;
4
charset utf-8;
5
root /var/www/public;
6
+ index index.html;
7
error_page 404 /404.html;
8
+ location /404.html { internal; }
9
}
0 commit comments