Skip to content
Snippets Groups Projects
Commit 9bae6088 authored by Martin van Es's avatar Martin van Es
Browse files

Add nl specific DNS for proxy-test and proxy-edugain.

Fix apache md conf.
parent 050a1dc7
No related branches found
No related tags found
No related merge requests found
......@@ -69,3 +69,9 @@ data:
- [ "193.224.22.78" ]
- [ "145.100.180.185" ]
- [ "62.217.72.109" ]
"proxy-edugain.nl":
"a":
- [ "62.217.72.109" ]
"proxy-test.nl":
"a":
- [ "62.217.72.109" ]
......@@ -29,8 +29,8 @@
{% endif %}
DocumentRoot /var/www/html
AllowEncodedSlashes NoDecode
ProxyPass "/" "http://127.0.0.1:5002/{{ realm }}" nocanon
ProxyPassReverse "/" "http://127.0.0.1:5002/{{ realm }}"
ProxyPass "/" "http://127.0.0.1:5002/{{ realm }}/" nocanon
ProxyPassReverse "/" "http://127.0.0.1:5002/{{ realm }}/"
</VirtualHost>
{% endfor %}
{% endif %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment