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