proxy webdav
This commit is contained in:
parent
eabb757add
commit
3e54951548
1 changed files with 11 additions and 0 deletions
|
|
@ -110,6 +110,17 @@
|
|||
'';
|
||||
};
|
||||
};
|
||||
|
||||
"webdav.philippeterson.com" = {
|
||||
serverName = "webdav.philippeterson.com";
|
||||
enableACME = true;
|
||||
onlySSL = true;
|
||||
|
||||
locations."/" = {
|
||||
proxyPass = "http://127.0.0.1:8082/"; # pass through to webdav
|
||||
};
|
||||
};
|
||||
|
||||
"forge.quinefoundation.com-https" = {
|
||||
serverName = "forge.quinefoundation.com";
|
||||
enableACME = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue