Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ipv6ssl.com « sites-enabled « etc_nginx « testdata « tests « certbot-nginx - github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 875a9ee1b0d6025392cdb117dc96ff941fbfaad5 (plain)
1
2
3
4
5
6
7
server {
    listen 443 ssl;
    listen [::]:443 ssl ipv6only=on;
    listen 5001 ssl;
    listen [::]:5001 ssl ipv6only=on;
    server_name ipv6ssl.com;
}