Verified Commit 2e8b4ebb authored by Grégor JOUET's avatar Grégor JOUET 🔧
Browse files

Update internal api port

parent c6ffb37b
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ http {
        proxy_redirect off;

        location /api {
            proxy_pass    http://localhost:8080/;
            proxy_pass    http://localhost:5000/;
        }

        location / {