From 93cf3e533ad6ff416cb2ff9aa74793d2523de7fc Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Tue, 12 Nov 2024 19:14:47 +0100 Subject: [PATCH] Update INSTALL.sh --- services/proxy/INSTALL.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 +