configure nginx as proxypass for docspell
This commit is contained in:
parent
57f9da1de8
commit
581ae32645
1 changed files with 3 additions and 0 deletions
|
|
@ -21,6 +21,9 @@
|
||||||
};
|
};
|
||||||
"docspell.${base-domain}" = {
|
"docspell.${base-domain}" = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
|
locations."/" = {
|
||||||
|
proxyPass = "http://localhost:7879";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue