[fix] Fixed image building config. #2
4
.gitignore
vendored
4
.gitignore
vendored
@ -1 +1,3 @@
|
||||
.history/
|
||||
.history/
|
||||
|
||||
/test
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user