Skip to content

Instantly share code, notes, and snippets.

@cupnoodle
Created March 7, 2016 10:02
Show Gist options
  • Select an option

  • Save cupnoodle/44fc5b335b8ce2aed62d to your computer and use it in GitHub Desktop.

Select an option

Save cupnoodle/44fc5b335b8ce2aed62d to your computer and use it in GitHub Desktop.
Port 80 part of Nginx config
listen 80 default_server;
listen [::]:80 default_server ipv6only=on;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment