Skip to content
Snippets Groups Projects
Commit 1bc9f704 authored by Abelangel's avatar Abelangel
Browse files

nginx configmap corrigé

parent 9a750876
Branches
No related tags found
No related merge requests found
...@@ -14,6 +14,10 @@ data: ...@@ -14,6 +14,10 @@ data:
keepalive_timeout 65; keepalive_timeout 65;
server { server {
listen 80; listen 80;
location / {
proxy_pass http://service-frontend:4200;
}
location /auth { location /auth {
proxy_pass http://service-auth:8002; proxy_pass http://service-auth:8002;
proxy_set_header Host $host; proxy_set_header Host $host;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment