[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

2
.gitignore vendored
View File

@ -1 +1,3 @@
.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 {
listen 80 default_server;
listen [::]:80 default_server;
@ -44,3 +41,4 @@ server {
error_log /var/log/nginx/app_error.log;
access_log /var/log/nginx/app_access.log;
}