DEBSOURCES
Skip Quicknav
sources / python-certbot-nginx / 0.10.2-1~bpo8%2B1 / certbot_nginx / tests / testdata / etc_nginx / sites-enabled / default
123456789
server { listen myhost default_server; server_name www.example.org; location / { root html; index index.html index.htm; } }