Skip to content

Instantly share code, notes, and snippets.

@afonasev
Created October 11, 2018 06:44
Show Gist options
  • Save afonasev/a21571505fa5b3a7293f4aa1c10efd97 to your computer and use it in GitHub Desktop.
Save afonasev/a21571505fa5b3a7293f4aa1c10efd97 to your computer and use it in GitHub Desktop.
nginx/config/conf.d/http.conf
server {
listen 80 default_server;
server_name _;
return 301 https://$host$request_uri;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment