[fix] Fixed image building config. #2

Merged
keedosn merged 2 commits from develop into master 2021-11-23 00:30:57 +01:00
2 changed files with 5 additions and 5 deletions
Showing only changes of commit cafd520a6c - Show all commits

4
.gitignore vendored
View File

@ -1 +1,3 @@
.history/ .history/
/test

View File

@ -1,6 +1,3 @@
# This is a default site configuration which will simply return 404, preventing
# chance access to any other virtualhost.
server { server {
listen 80 default_server; listen 80 default_server;
listen [::]:80 default_server; listen [::]:80 default_server;
@ -43,4 +40,5 @@ server {
error_log /var/log/nginx/app_error.log; error_log /var/log/nginx/app_error.log;
access_log /var/log/nginx/app_access.log; access_log /var/log/nginx/app_access.log;
} }