Created
March 7, 2016 10:02
-
-
Save cupnoodle/44fc5b335b8ce2aed62d to your computer and use it in GitHub Desktop.
Port 80 part of Nginx config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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