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

6 lines
112 B
Text
Raw Normal View History

server {
listen 80 default_server;
server_name _;
rewrite ^ https://$host$request_uri? permanent;
}