mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-07-16 22:21:55 +08:00
chore: add domain to gokapi
This commit is contained in:
parent
bb822ff37a
commit
3c8af1d119
1 changed files with 8 additions and 0 deletions
|
|
@ -14,5 +14,13 @@
|
|||
proxyPass = "http://localhost:53842";
|
||||
};
|
||||
};
|
||||
nginx.virtualHosts."share.ahwx.org" = {
|
||||
forceSSL = true;
|
||||
sslCertificate = "/var/lib/acme/ahwx.org/cert.pem";
|
||||
sslCertificateKey = "/var/lib/acme/ahwx.org/key.pem";
|
||||
locations."/" = {
|
||||
proxyPass = "http://localhost:53842";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue