Skip to content

Instantly share code, notes, and snippets.

@idyll
Created January 25, 2014 16:38
Show Gist options
  • Save idyll/8619117 to your computer and use it in GitHub Desktop.
Save idyll/8619117 to your computer and use it in GitHub Desktop.
Cloud 66 NGINX config changes to support redirects.
- listen 80 default_server;
- server_name _;
+ listen 80;
+ server_name {{ ssl_certificate_servernames }};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment