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 +} +