Add nextcloud host
This commit is contained in:
parent
093a44edf4
commit
0a5d070773
7 changed files with 79 additions and 2 deletions
|
@ -11,6 +11,7 @@
|
|||
map $ssl_preread_server_name $address {
|
||||
anisync.grzb.de 127.0.0.1:8443;
|
||||
birdsite.nekover.se 127.0.0.1:8443;
|
||||
cloud.nekover.se 10.202.41.122:8443;
|
||||
element.nekover.se 127.0.0.1:8443;
|
||||
gameserver.grzb.de 127.0.0.1:8443;
|
||||
git.grzb.de 127.0.0.1:8443;
|
||||
|
@ -21,7 +22,6 @@
|
|||
nextcloud.grzb.de 127.0.0.1:8443;
|
||||
nix-cache.nekover.se 10.202.41.121:8443;
|
||||
social.nekover.se 127.0.0.1:8443;
|
||||
test.grzb.de 127.0.0.1:8443;
|
||||
}
|
||||
|
||||
server {
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
proxyProtocol = true;
|
||||
}];
|
||||
locations."/" = {
|
||||
proxyPass = "http://nextcloud.vs.grzb.de:80";
|
||||
proxyPass = "http://nextcloud-grzb.vs.grzb.de:80";
|
||||
};
|
||||
locations."= /.well-known/carddav" = {
|
||||
return = "301 $scheme://$host/remote.php/dav";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue