fix typo
All checks were successful
All checks were successful
This commit is contained in:
@@ -18,7 +18,7 @@ cat >"/etc/nginx/conf.d/errorlog.conf" <<EOF
|
|||||||
error_log ${PATH_LOGS}/nginx-error.log warn;
|
error_log ${PATH_LOGS}/nginx-error.log warn;
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
cat >"/etc/nginx/httpd.d/accesslog.conf" <<EOF
|
cat >"/etc/nginx/http.d/accesslog.conf" <<EOF
|
||||||
# Sets the path, format, and configuration for a buffered log write.
|
# Sets the path, format, and configuration for a buffered log write.
|
||||||
access_log ${PATH_LOGS}/nginx-access.log main;
|
access_log ${PATH_LOGS}/nginx-access.log main;
|
||||||
EOF
|
EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user