We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65b5d09 commit 04a350aCopy full SHA for 04a350a
docker/nginx.conf
@@ -2,7 +2,7 @@ server {
2
listen 80;
3
server_name _;
4
5
- root /usr/share/nginx/html;
+ root /usr/share/nginx/html/browser;
6
index index.html;
7
8
# Proxy API -> gateway-service
0 commit comments