Commit f53ab3a5 authored by Vincent Bechu's avatar Vincent Bechu

[HARCODED]

parent f3ae608e
...@@ -17,7 +17,6 @@ httpd_ip = %(httpd_ip)s ...@@ -17,7 +17,6 @@ httpd_ip = %(httpd_ip)s
httpd_port = %(httpd_port)s httpd_port = %(httpd_port)s
httpd_software_access_port = %(httpd_software_access_port)s httpd_software_access_port = %(httpd_software_access_port)s
computer_id = %(computer_id)s computer_id = %(computer_id)s
server_url = %(server_url)s
# Binaries # Binaries
git_binary = %(git_binary)s git_binary = %(git_binary)s
......
...@@ -77,6 +77,7 @@ SSLProxyEngine On ...@@ -77,6 +77,7 @@ SSLProxyEngine On
Listen [%(ip)s]:%(software_access_port)s Listen [%(ip)s]:%(software_access_port)s
<VirtualHost *:%(software_access_port)s> <VirtualHost *:%(software_access_port)s>
SSLEngine on SSLEngine on
RewriteRule (.*) http://[%(ip)s]:%(software_access_port)s/VirtualHostBase/https/[%(ip)s]:%(software_access_port)s/VirtualHostRoot/$1 [L,P]
DocumentRoot "%(testnode_srv_directory)s" DocumentRoot "%(testnode_srv_directory)s"
<Directory /> <Directory />
AllowOverride FileInfo AuthConfig AllowOverride FileInfo AuthConfig
......
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