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