Skip to content

Commit daf125a

Browse files
committed
maybe fix 404
1 parent d4402de commit daf125a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nginx-reverse.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ server {
3737

3838
# Forward all other requests to the frontend container
3939
location / {
40+
try_files $uri $uri/ /index.html;
4041
proxy_pass http://frontend:80;
4142
proxy_set_header Host $host;
4243
proxy_set_header X-Real-IP $remote_addr;

0 commit comments

Comments
 (0)