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

ipv6.com « sites-enabled « etc_nginx « testdata « tests « certbot_nginx « certbot-nginx - github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7a7744b92a770a7cd802c96b84238e0d7f7c2d68 (plain)
1
2
3
4
5
server {
    listen 80;
    listen [::]:80;
    server_name ipv6.com;
}