Skip to content
Snippets Groups Projects
Commit bf8a0166 authored by Chef Projet Prodige's avatar Chef Projet Prodige
Browse files

fix conf dev

parent c1109e64
No related branches found
No related tags found
No related merge requests found
......@@ -29,8 +29,8 @@ server {
proxy_set_header X-Forwarded-Proto "https";
proxy_set_header X-Real-IP $remote_addr;
resolver 127.0.0.11 valid=10s;
set $visualiseur-back ppr_prodige_visualiseur_web;
proxy_pass http://$visualiseur-back:80;
set $visualiseurback ppr_prodige_visualiseur_web;
proxy_pass http://$visualiseurback:80;
}
location / {
......
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