mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-25 03:48:24 +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
|
||||
encode gzip
|
||||
file_server
|
||||
tls your-email@example.com {
|
||||
alpn h2,h3
|
||||
}
|
||||
tls your-email@example.com
|
||||
}
|
||||
|
||||
whois.example.com {
|
||||
|
@ -70,9 +68,7 @@ whois.example.com {
|
|||
encode gzip
|
||||
php_fastcgi unix//run/php/php8.2-fpm.sock
|
||||
file_server
|
||||
tls your-email@example.com {
|
||||
alpn h2,h3
|
||||
}
|
||||
tls your-email@example.com
|
||||
}
|
||||
|
||||
cp.example.com {
|
||||
|
@ -81,9 +77,7 @@ cp.example.com {
|
|||
php_fastcgi unix//run/php/php8.2-fpm.sock
|
||||
encode gzip
|
||||
file_server
|
||||
tls your-email@example.com {
|
||||
alpn h2,h3
|
||||
}
|
||||
tls your-email@example.com
|
||||
# Adminer Configuration
|
||||
route /adminer.php* {
|
||||
root * /usr/share/adminer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue