Update INSTALL.sh

This commit is contained in:
Stefan Pejcic 2024-11-12 19:16:41 +01:00 committed by GitHub
parent 93cf3e533a
commit bc72ab5cd5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,8 @@ mv Caddyfile /etc/caddy/Caddyfile
service caddy restart
# PHP
chown caddy:caddy /run/php-fpm/www.sock
sed -i 's/^user = .*/user = caddy/' /etc/php-fpm.d/www.conf
sed -i 's/^group = .*/group = caddy/' /etc/php-fpm.d/www.conf
service php-fpm restart