fixed missing listen
This commit is contained in:
parent
eed70a6969
commit
4af6798b5d
1 changed files with 3 additions and 1 deletions
|
|
@ -19,7 +19,9 @@
|
|||
https = true;
|
||||
|
||||
# Let Caddy handle TLS termination; nginx only listens on localhost.
|
||||
nginx.listen = [
|
||||
# The nextcloud module creates the virtualhost at hostName; we override
|
||||
# its listen address here.
|
||||
services.nginx.virtualHosts.${config.services.nextcloud.hostName}.listen = [
|
||||
{
|
||||
addr = "127.0.0.1";
|
||||
port = 8081;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue