.
This commit is contained in:
parent
b8402a9049
commit
cfb31d3b01
4 changed files with 30 additions and 5 deletions
|
|
@ -69,6 +69,14 @@
|
|||
# };
|
||||
# };
|
||||
|
||||
virtualHosts."forgejo.ellie.town" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://10.10.0.2:3000";
|
||||
};
|
||||
};
|
||||
|
||||
virtualHosts."irc.ellie.town" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue