Nextcloud: Difference between revisions
imported>Onny No edit summary |
imported>SuperSandro2000 Replace NixOS container wby simply changing the nginx listening port |
||
Line 31: | Line 31: | ||
=== Use alternative web server === | === Use alternative web server === | ||
In case port 80 is already used by a different application or you're using a different web server than [[Nginx]], which is used by the Nextcloud module, you can | In case port 80 is already used by a different application or you're using a different web server than [[Nginx]], which is used by the Nextcloud module, you can change the listening port with the following option: <code>services.nginx.virtualHosts."localhost".listen = [ { addr = "127.0.0.1"; port = 8080; } ];</code>. | ||
</ | |||
== Troubleshooting == | == Troubleshooting == |