Skip to content

Instantly share code, notes, and snippets.

@jerzyn
Created March 21, 2014 15:13
Show Gist options
  • Select an option

  • Save jerzyn/9688475 to your computer and use it in GitHub Desktop.

Select an option

Save jerzyn/9688475 to your computer and use it in GitHub Desktop.
Nginx server_name configuration
listen 80;
## CHANGE YOUR SERVER_NAME TO YOUR CUSTOM DOMAIN OR LEAVE IT BLANK IF ONLY HAVE ONE
server_name YOUR-SERVICE-DOMAIN-FOR-NGINX;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment