Fixed issue in installer

This commit is contained in:
Pinga 2024-07-26 14:18:29 +03:00
parent c878b57171
commit bce5aee124

View file

@ -256,7 +256,7 @@ fi
# Update Caddyfile # Update Caddyfile
if [[ "$OS" == "Ubuntu" && "$VER" == "24.04" ]]; then if [[ "$OS" == "Ubuntu" && "$VER" == "24.04" ]]; then
cat > /etc/caddy/Caddyfile << EOF cat > /etc/caddy/Caddyfile << EOF
rdaptest.$REGISTRY_DOMAIN { rdap.$REGISTRY_DOMAIN {
$BIND_LINE $BIND_LINE
reverse_proxy localhost:7500 reverse_proxy localhost:7500
encode gzip encode gzip
@ -275,7 +275,7 @@ fi
} }
} }
whoistest.$REGISTRY_DOMAIN { whois.$REGISTRY_DOMAIN {
$BIND_LINE $BIND_LINE
root * /var/www/whois root * /var/www/whois
encode gzip encode gzip
@ -295,7 +295,7 @@ fi
} }
} }
cptest.$REGISTRY_DOMAIN { cp.$REGISTRY_DOMAIN {
$BIND_LINE $BIND_LINE
root * /var/www/cp/public root * /var/www/cp/public
php_fastcgi unix//run/php/php8.3-fpm.sock php_fastcgi unix//run/php/php8.3-fpm.sock