Audit Log items, backend stuff, help pages
This commit is contained in:
@ -51,7 +51,9 @@ http {
|
||||
access_log /data/logs/default.log proxy;
|
||||
|
||||
include /etc/nginx/conf.d/*.conf;
|
||||
include /data/nginx/*.conf;
|
||||
include /data/nginx/proxy_host/*.conf;
|
||||
include /data/nginx/redirection_host/*.conf;
|
||||
include /data/nginx/dead_host/*.conf;
|
||||
}
|
||||
|
||||
stream {
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
mkdir -p /tmp/nginx \
|
||||
/data/{nginx,logs,access} \
|
||||
/data/nginx/stream \
|
||||
/data/nginx/{proxy_host,redirection_host,stream,dead_host} \
|
||||
/var/lib/nginx/cache/{public,private}
|
||||
|
||||
chown root /tmp/nginx
|
||||
|
Reference in New Issue
Block a user