From cafd520a6c3adcfe505b559f99ca2307e67fe864 Mon Sep 17 00:00:00 2001 From: Piotr Biernat Date: Tue, 23 Nov 2021 00:28:30 +0100 Subject: [PATCH] [fix] Added sample test wwwroot and fixed default nginx conf --- .gitignore | 4 +++- src/etc/nginx/conf.d/default.conf | 6 ++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index c138f46..7495efa 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -.history/ \ No newline at end of file +.history/ + +/test diff --git a/src/etc/nginx/conf.d/default.conf b/src/etc/nginx/conf.d/default.conf index 75340f0..76e5402 100644 --- a/src/etc/nginx/conf.d/default.conf +++ b/src/etc/nginx/conf.d/default.conf @@ -1,6 +1,3 @@ -# This is a default site configuration which will simply return 404, preventing -# chance access to any other virtualhost. - server { listen 80 default_server; listen [::]:80 default_server; @@ -43,4 +40,5 @@ server { error_log /var/log/nginx/app_error.log; access_log /var/log/nginx/app_access.log; -} \ No newline at end of file +} +