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

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