mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-26 04:18:29 +02:00
Further updates on readme
This commit is contained in:
parent
65a986ad64
commit
a0fcc66270
1 changed files with 3 additions and 9 deletions
12
README.md
12
README.md
|
@ -59,9 +59,7 @@ rdap.example.com {
|
||||||
reverse_proxy localhost:7500
|
reverse_proxy localhost:7500
|
||||||
encode gzip
|
encode gzip
|
||||||
file_server
|
file_server
|
||||||
tls your-email@example.com {
|
tls your-email@example.com
|
||||||
alpn h2,h3
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
whois.example.com {
|
whois.example.com {
|
||||||
|
@ -70,9 +68,7 @@ whois.example.com {
|
||||||
encode gzip
|
encode gzip
|
||||||
php_fastcgi unix//run/php/php8.2-fpm.sock
|
php_fastcgi unix//run/php/php8.2-fpm.sock
|
||||||
file_server
|
file_server
|
||||||
tls your-email@example.com {
|
tls your-email@example.com
|
||||||
alpn h2,h3
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
cp.example.com {
|
cp.example.com {
|
||||||
|
@ -81,9 +77,7 @@ cp.example.com {
|
||||||
php_fastcgi unix//run/php/php8.2-fpm.sock
|
php_fastcgi unix//run/php/php8.2-fpm.sock
|
||||||
encode gzip
|
encode gzip
|
||||||
file_server
|
file_server
|
||||||
tls your-email@example.com {
|
tls your-email@example.com
|
||||||
alpn h2,h3
|
|
||||||
}
|
|
||||||
# Adminer Configuration
|
# Adminer Configuration
|
||||||
route /adminer.php* {
|
route /adminer.php* {
|
||||||
root * /usr/share/adminer
|
root * /usr/share/adminer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue