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/hosted-http-base.conf
2015-01-13 15:19:42 -05:00

7 lines
129 B
Nginx Configuration File

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