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

nginx configmap corrigé

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