certificates work
This commit is contained in:
committed by
Jamie Curnow
parent
cf417fb658
commit
3a9fc8e2ea
@ -54,6 +54,7 @@ http {
|
||||
include /data/nginx/proxy_host/*.conf;
|
||||
include /data/nginx/redirection_host/*.conf;
|
||||
include /data/nginx/dead_host/*.conf;
|
||||
include /data/nginx/temp/*.conf;
|
||||
}
|
||||
|
||||
stream {
|
||||
|
@ -3,7 +3,7 @@
|
||||
mkdir -p /tmp/nginx/body \
|
||||
/var/log/nginx \
|
||||
/data/{nginx,logs,access} \
|
||||
/data/nginx/{proxy_host,redirection_host,stream,dead_host} \
|
||||
/data/nginx/{proxy_host,redirection_host,stream,dead_host,temp} \
|
||||
/var/lib/nginx/cache/{public,private}
|
||||
|
||||
touch /var/log/nginx/error.log && chmod 777 /var/log/nginx/error.log
|
||||
|
Reference in New Issue
Block a user