Nginx per-site log and Wordpress init script using

This commit is contained in:
2020-07-30 14:16:33 +02:00
parent 9cce3cc75a
commit f24076bb43
8 changed files with 33 additions and 1 deletions

View File

@@ -1,4 +1,8 @@
#beginConf
#access_log /var/log/nginx/Backend-access.log;
error_log /var/log/nginx/Backend-error.log;
location = /backend/netdata {
return 301 /backend/netdata/;
}