mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update INSTALL.sh
This commit is contained in:
parent
40e0ac526e
commit
93cf3e533a
@ -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
|
chown caddy:caddy /run/php-fpm/www.sock
|
||||||
|
service php-fpm restart
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user