Skip to content

Commit 5665d3c

Browse files
committed
Nginx config
1 parent e3ccbe2 commit 5665d3c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docker/app.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ server {
33
access_log off;
44
charset utf-8;
55
root /var/www/public;
6+
index index.html;
67
error_page 404 /404.html;
8+
location /404.html { internal; }
79
}

0 commit comments

Comments
 (0)