diff --git a/services/proxy/INSTALL.sh b/services/proxy/INSTALL.sh index 6e45a2ea..424305df 100644 --- a/services/proxy/INSTALL.sh +++ b/services/proxy/INSTALL.sh @@ -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 +