File: addr-80.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 (5 lines) | stat: -rw-r--r-- 90 bytes parent folder | download
1
2
3
4
5
server {
    listen 1.2.3.4:80;
    listen [1:20::300]:80;
    server_name addr-80.com;
}