updated tools folder, fixed openresty conf

This commit is contained in:
2021-01-16 02:35:04 +01:00
parent 88c86edefb
commit 97d79cdbcf
3 changed files with 4 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ events {
http {
include mime.types;
default_type application/octet-stream;
error_log /var/log/nginx/error.log;
error_log /var/log/nginx_error.log;
client_body_temp_path /var/run/openresty/nginx-client-body;
proxy_temp_path /var/run/openresty/nginx-proxy;