docker-compose/nginx/conf/nginx.conf
@@ -15,7 +15,7 @@ server_name localhost; location / { root /home/se/projects/se-ui; root /usr/share/nginx/html; try_files $uri $uri/ /index.html; index index.html index.htm; } @@ -25,6 +25,7 @@ proxy_set_header X-Real-IP $remote_addr; proxy_set_header REMOTE-HOST $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_pass http://se-gateway:8080/; }