Reconfigure to run out of /app directory
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
user nginx;
|
||||
worker_processes auto;
|
||||
pcre_jit on;
|
||||
error_log /var/log/nginx/error.log warn;
|
||||
error_log /config/logs/nginx/error.log warn;
|
||||
include /etc/nginx/modules/*.conf;
|
||||
|
||||
events {
|
||||
@@ -39,6 +39,6 @@ http {
|
||||
'$status $body_bytes_sent "$http_referer" '
|
||||
'"$http_user_agent" "$http_x_forwarded_for"';
|
||||
|
||||
access_log /var/log/nginx/access.log main;
|
||||
access_log /config/logs/nginx/access.log main;
|
||||
include /etc/nginx/http.d/*.conf;
|
||||
}
|
Reference in New Issue
Block a user