From 15ed47023e2be0eed32e950a3c85c0c7ba0d4d83 Mon Sep 17 00:00:00 2001 From: Dominic Tubach Date: Tue, 25 May 2021 09:26:04 +0200 Subject: [PATCH] Rename nextcloud.conf to default.conf in /etc/nginx/conf.d/ The rename replaces the default server config of nginx and and allows nginx to start. It otherwise fails with this error: [emerg] 13#13: bind() to 0.0.0.0:80 failed (13: Permission denied) --- rootfs/etc/nginx/conf.d/{nextcloud.conf => default.conf} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename rootfs/etc/nginx/conf.d/{nextcloud.conf => default.conf} (100%) diff --git a/rootfs/etc/nginx/conf.d/nextcloud.conf b/rootfs/etc/nginx/conf.d/default.conf similarity index 100% rename from rootfs/etc/nginx/conf.d/nextcloud.conf rename to rootfs/etc/nginx/conf.d/default.conf