Update INSTALL.sh

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

View File

@ -1,2 +1,14 @@
#!/bin/bash
# FILES
# CADDY
mv Caddyfile /etc/caddy/Caddyfile
service caddy restart
# PHP
chown caddy:caddy /run/php-fpm/www.sock
service php-fpm restart