This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
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;
}