This repository has been archived on 2020-03-24. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
quay/conf/nginx/hosted-http-base.conf
Jimmy Zelinskie 6a681bb748 move nginx
2016-08-10 16:14:54 -04:00

7 lines
129 B
Nginx Configuration File

# vim: ft=nginx
server {
listen 80 default_server;
server_name _;
rewrite ^ https://$host$request_uri? permanent;
}