Created
October 11, 2018 06:44
-
-
Save afonasev/a21571505fa5b3a7293f4aa1c10efd97 to your computer and use it in GitHub Desktop.
nginx/config/conf.d/http.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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