change idp-test to idp-test in all domain name references

This commit is contained in:
Benjamin Dauvergne 2013-11-25 14:16:21 +01:00
parent c4f362c2a0
commit c8026dcffc
4 changed files with 12 additions and 6 deletions

View File

@ -4,7 +4,7 @@
export A2_HOMEPAGE_URL=http://www.amue.fr/
export CACHE_BACKEND='{"BACKEND": "django.core.cache.backends.memcached.MemcachedCache", "LOCATION": "127.0.0.1:11211"}'
export USE_X_FORWARDER_HOST=1
export ALLOWED_HOSTS="idp-test.amue.fr:idp.amue.fr"
export ALLOWED_HOSTS="idptest.amue.fr:idp.amue.fr"
export LDAP_AUTH_SETTINGS='[{
"url": "ldap://194.167.237.11",
"basedn": "OU=AMUE,DC=wan,DC=amue,DC=fr",

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
amue-authentic2 (0.8) stable; urgency=low
* Change idp-test to idptest in all domain name references
-- Benjamin Dauvergne <bdauvergne@entrouvert.com> Mon, 25 Nov 2013 14:13:21 +0100
amue-authentic2 (0.7) stable; urgency=low
* Fix config and postinst scripts

View File

@ -23,10 +23,10 @@ defaults
frontend unsecured
bind *:80
acl idp_test hdr(host) -i idp-test.amue.fr
acl idp_test hdr(host) -i idptest.amue.fr
acl idp hdr(host) -i idp.amue.fr
redirect location https://idp-test.amue.fr if idp_test
redirect location https://idp-test.amue.fr if idp
redirect location https://idptest.amue.fr if idp_test
redirect location https://idptest.amue.fr if idp
frontend http_frontend
bind *:8100
@ -34,7 +34,7 @@ frontend http_frontend
option httpclose
option forwardfor
reqadd X-Forwarded-Proto:\ https
acl idp_test hdr(host) -i idp-test.amue.fr
acl idp_test hdr(host) -i idptest.amue.fr
acl idp hdr(host) -i idp.amue.fr
use_backend idp_test_backend if idp_test
use_backend idp_backend if idp

View File

@ -1,6 +1,6 @@
server {
listen 80;
server_name idp-test.amue.fr;
server_name idptest.amue.fr;
server_name idp.amue.fr;
root html;