File: ipv6ssl.com

package info (click to toggle)
python-certbot-nginx 4.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 660 kB
  • sloc: python: 4,507; sh: 47; makefile: 11
file content (7 lines) | stat: -rw-r--r-- 156 bytes parent folder | download | duplicates (5)
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;
}