docs - fix missing subfolder in Linux quickstart guide

This commit is contained in:
bunkerity 2021-08-17 10:55:15 +02:00
parent a28f06f08f
commit a903960b4c
No known key found for this signature in database
GPG key ID: 3D80806F12602A7C
2 changed files with 3 additions and 1 deletions

View file

@ -842,7 +842,7 @@ app1.example.com_REVERSE_PROXY_HOST=http://127.0.0.1:8080
# If the PHP-FPM instance is on the same machine
# you just need to adjust the socket path
app2.example.com_LOCAL_PHP=/run/php/php7.3-fpm.sock
app2.example.com_LOCAL_PHP_PATH=/opt/bunkerized-nginx/www
app2.example.com_LOCAL_PHP_PATH=/opt/bunkerized-nginx/www/app2.example.com
# Else if the PHP-FPM instance is on another machine
#app2.example.com_REMOTE_PHP=myapp.example.local
#app2.example.com_REMOTE_PHP_PATH=/app

View file

@ -834,6 +834,8 @@ if [ "$OS" != "alpine" ] ; then
do_and_check_cmd chmod 744 /lib/systemd/system/nginx.service
do_and_check_cmd systemctl daemon-reload
fi
# Allow RX access to others on /opt/bunkerized-nginx
do_and_check_cmd chmod 755 /opt/bunkerized-nginx
# Prepare log files and folders
echo "[*] Prepare log files and folders"