Commit a68a31a6 authored by Nicolas Wavrant's avatar Nicolas Wavrant

stack-monitor: index in apache correctly set

parent bbc21214
...@@ -245,7 +245,7 @@ input = inline: ...@@ -245,7 +245,7 @@ input = inline:
# XXX: security???? # XXX: security????
Options +ExecCGI Options +ExecCGI
AddHandler cgi-script .cgi AddHandler cgi-script .cgi
DirectoryIndex $${deploy-index:rendered} DirectoryIndex $${deploy-index:filename}
</Directory> </Directory>
output = $${directory:etc}/cgi-httpd.conf output = $${directory:etc}/cgi-httpd.conf
# md5sum = # md5sum =
...@@ -273,5 +273,5 @@ curl_path = ${curl:location}/bin/curl ...@@ -273,5 +273,5 @@ curl_path = ${curl:location}/bin/curl
[publish-connection-informations] [publish-connection-informations]
recipe = slapos.cookbook:publish recipe = slapos.cookbook:publish
monitor_url = https://[$${cgi-httpd-configuration-file:listening-ip}]:$${monitor-parameters:port}/$${deploy-index:filename} monitor_url = https://[$${cgi-httpd-configuration-file:listening-ip}]:$${monitor-parameters:port}
IMPORTANT_monitor_info = Change the monitor_password as soon as possible ! Default is : $${public:monitor-password} IMPORTANT_monitor_info = Change the monitor_password as soon as possible ! Default is : $${public:monitor-password}
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