Nextcloud: Difference between revisions
IFreilicht (talk | contribs) Rename extraOptions to settings and add link to preview providers |
→Change default listening port: switch localhost to yourHostName to warn that they should use the configured nextcloud hostname |
||
| Line 325: | Line 325: | ||
{{file|/etc/nixos/configuration.nix|nix|<nowiki> | {{file|/etc/nixos/configuration.nix|nix|<nowiki> | ||
services.nginx.virtualHosts." | services.nginx.virtualHosts."yourHostName".listen = [ { addr = "127.0.0.1"; port = 8080; } ]; | ||
</nowiki>}} | </nowiki>}} | ||