Commit b3958959 authored by Nicolas Wavrant's avatar Nicolas Wavrant

slaprunner: prepareSoftware goes through basic auth

parent b3daff6b
......@@ -128,7 +128,7 @@ mode = 0644
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/nginx_conf.in
download-only = true
md5sum = 24c8f0568d8e4e251319326394e13612
md5sum = 6d4a33db024b069778006f8c1da8c0aa
filename = nginx_conf.in
mode = 0644
......
......@@ -67,7 +67,7 @@ http {
proxy_pass http://unix:{{ socket }};
}
location ~ ^(/login|/doLogin|/static|/setAccount|/configAccount|/slapgridResult) {
location ~ ^(/login|/doLogin|/static|/setAccount|/configAccount|/slapgridResult|/isSRReady) {
proxy_redirect off;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment