Nextcloud: Difference between revisions

Rename extraOptions to settings and add link to preview providers
Arcstur (talk | contribs)
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."localhost".listen = [ { addr = "127.0.0.1"; port = 8080; } ];
services.nginx.virtualHosts."yourHostName".listen = [ { addr = "127.0.0.1"; port = 8080; } ];
</nowiki>}}
</nowiki>}}