Add reverse proxy config for hacker.tours and staging.hacker.tours
This commit is contained in:
parent
f67483fa46
commit
fb4aabc772
|
@ -55,6 +55,8 @@ map $host $upstream_acme_challenge_host {
|
|||
www.eh11.hamburg.ccc.de 172.31.17.151:31820;
|
||||
easterhegg2011.hamburg.ccc.de 172.31.17.151:31820;
|
||||
www.easterhegg2011.hamburg.ccc.de 172.31.17.151:31820;
|
||||
hacker.tours 172.31.17.151:31820;
|
||||
staging.hacker.tours 172.31.17.151:31820;
|
||||
default "";
|
||||
}
|
||||
|
||||
|
|
|
@ -73,6 +73,8 @@ stream {
|
|||
www.eh11.hamburg.ccc.de 172.31.17.151:8443;
|
||||
easterhegg2011.hamburg.ccc.de 172.31.17.151:8443;
|
||||
www.easterhegg2011.hamburg.ccc.de 172.31.17.151:8443;
|
||||
hacker.tours 172.31.17.151:8443;
|
||||
staging.hacker.tours 172.31.17.151:8443;
|
||||
}
|
||||
|
||||
server {
|
||||
|
|
Loading…
Reference in a new issue