Audit Log items, backend stuff, help pages

This commit is contained in:
Jamie Curnow
2018-08-01 21:18:17 +10:00
parent a43c2d74bf
commit 66e25e315b
47 changed files with 936 additions and 134 deletions

View File

@ -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 {

View File

@ -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