Skip to content

Commit 39825a5

Browse files
committed
Update nginx.conf
1 parent 04a350a commit 39825a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ server {
22
listen 80;
33
server_name _;
44

5-
root /usr/share/nginx/html/browser;
5+
root /usr/share/nginx/html;
66
index index.html;
77

88
# Proxy API -> gateway-service

0 commit comments

Comments
 (0)