enable proxy protocol for plone backends
This commit is contained in:
parent
ed10898adb
commit
590f42d5d9
1 changed files with 4 additions and 4 deletions
|
|
@ -105,28 +105,28 @@
|
||||||
domain = "stura.htw-dresden.de";
|
domain = "stura.htw-dresden.de";
|
||||||
httpPort = 80;
|
httpPort = 80;
|
||||||
httpsPort = 443;
|
httpsPort = 443;
|
||||||
sendProxy = false;
|
sendProxy = true;
|
||||||
};
|
};
|
||||||
plone_alt = {
|
plone_alt = {
|
||||||
dest = "141.56.51.3";
|
dest = "141.56.51.3";
|
||||||
domain = "www.stura.htw-dresden.de";
|
domain = "www.stura.htw-dresden.de";
|
||||||
httpPort = 80;
|
httpPort = 80;
|
||||||
httpsPort = 443;
|
httpsPort = 443;
|
||||||
sendProxy = false;
|
sendProxy = true;
|
||||||
};
|
};
|
||||||
plone_neu = {
|
plone_neu = {
|
||||||
dest = "141.56.51.3";
|
dest = "141.56.51.3";
|
||||||
domain = "www.htw.stura-dresden.de";
|
domain = "www.htw.stura-dresden.de";
|
||||||
httpPort = 80;
|
httpPort = 80;
|
||||||
httpsPort = 443;
|
httpsPort = 443;
|
||||||
sendProxy = false;
|
sendProxy = true;
|
||||||
};
|
};
|
||||||
plone_neu2 = {
|
plone_neu2 = {
|
||||||
dest = "141.56.51.3";
|
dest = "141.56.51.3";
|
||||||
domain = "htw.stura-dresden.de";
|
domain = "htw.stura-dresden.de";
|
||||||
httpPort = 80;
|
httpPort = 80;
|
||||||
httpsPort = 443;
|
httpsPort = 443;
|
||||||
sendProxy = false;
|
sendProxy = true;
|
||||||
};
|
};
|
||||||
tix = {
|
tix = {
|
||||||
dest = "141.56.51.220";
|
dest = "141.56.51.220";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue