Skip to content

Instantly share code, notes, and snippets.

@freemanirl
Created March 2, 2018 19:14
Show Gist options
  • Save freemanirl/547b113a807b65198fbae373a787ca74 to your computer and use it in GitHub Desktop.
Save freemanirl/547b113a807b65198fbae373a787ca74 to your computer and use it in GitHub Desktop.
server {
listen 80;
server_name jenkins.somewebsite.com;
return 301 https://$host$request_uri;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment