From f3168588500fce42d827e0d89afb1802d2fcf4bc Mon Sep 17 00:00:00 2001 From: Marco Date: Fri, 18 Jun 2021 13:43:57 +0200 Subject: [PATCH] Moving Mattermost nginx configuration to default.conf Nginx expects the default server configuration to be inside an default.conf file. --- nginx/conf.d/{mattermost.conf => default.conf} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename nginx/conf.d/{mattermost.conf => default.conf} (100%) diff --git a/nginx/conf.d/mattermost.conf b/nginx/conf.d/default.conf similarity index 100% rename from nginx/conf.d/mattermost.conf rename to nginx/conf.d/default.conf