summaryrefslogtreecommitdiff
path: root/testenv/redirect-to-https.conf
blob: 11796e292c0847600853aed36bc86f4294df1f46 (plain)
1
2
3
location / {
	return 301 https://$host:4430$request_uri;
}