mirror of
https://github.com/getnamingo/registry.git
synced 2025-06-29 23:53:17 +02:00
Fixed issue in installer
This commit is contained in:
parent
c878b57171
commit
bce5aee124
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue