Add wg-access-server
This commit is contained in:
parent
0ebf24af44
commit
b614dcf1ec
3 changed files with 45 additions and 0 deletions
|
@ -27,6 +27,17 @@
|
|||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
"wg.campares.duckdns.org" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
extraConfig = ''
|
||||
proxy_buffering off;
|
||||
'';
|
||||
locations."/" = {
|
||||
proxyPass = "http://[::1]:8000";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue