1
13693261870
2024-08-19 59e9439bcc680acf22cc7b13b101c8a68c9710de
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/;
        }