Skip to content

Instantly share code, notes, and snippets.

@johnregan3
Last active October 4, 2016 18:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnregan3/29ffb3fd78c462fa47b8d1b5a7576c06 to your computer and use it in GitHub Desktop.
Save johnregan3/29ffb3fd78c462fa47b8d1b5a7576c06 to your computer and use it in GitHub Desktop.
server {
listen 80;
listen 443 ssl;
server_name local-www.network.rogersradio.ca local-www.kiss925.com local-www.sonic1029.com local-www.jackfm.com;
root /srv/www/musicradio/build/webroot;
include /etc/nginx/nginx-wp-common.conf;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment