more server stuff
This commit is contained in:
parent
0d08c32077
commit
bc5f851d3f
5 changed files with 63 additions and 11 deletions
|
|
@ -2,18 +2,17 @@
|
|||
|
||||
{
|
||||
|
||||
# services.outline = {
|
||||
# enable = true;
|
||||
# storage.storageType = "local";
|
||||
# smtp = {
|
||||
# host = "localhost";
|
||||
# };
|
||||
# };
|
||||
services.outline = {
|
||||
enable = true;
|
||||
storage.storageType = "local";
|
||||
# smtp = {
|
||||
# host = "localhost";
|
||||
# };
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts."outline.ktiu.net" = {
|
||||
addSSL = true;
|
||||
enableACME = true;
|
||||
# root = "/var/www/myhost.org";
|
||||
locations."/" = {
|
||||
proxyPass = "http://127.0.0.1:3000";
|
||||
extraConfig =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue