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

encore correction nginx

parent 1bc9f704
Branches
No related tags found
No related merge requests found
......@@ -13,9 +13,13 @@ data:
sendfile on;
keepalive_timeout 65;
server {
listen 80;
listen 30992;
location / {
proxy_pass http://service-frontend:4200;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}
location /auth {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment