This website requires JavaScript.
Explore
Help
Register
Sign In
engineering
/
configurations
Watch
3
Star
0
Fork
You've already forked configurations
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
configurations
/
Nginx
/
Server Blocks
/
http-redirect.conf
8 lines
90 B
Plaintext
Raw
Permalink
Blame
History
server {
listen 80;
listen [::]:80;
return 301 https://$host$request_uri;
}
Reference in New Issue
View Git Blame
Copy Permalink