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

@@ -0,0 +1,5 @@
#!/bin/sh
red='\e[1;31m%s\e[0m\n'
printf "\n"
printf $red "Please run wordpress-init.sh after the first wordpress login"
printf "\n"