vestacp redirect to ssl
Re: vestacp redirect to ssl
Уже готово.
Будет в ближайшем релизе.
---------------------
Will be in the next release
Будет в ближайшем релизе.
---------------------
Will be in the next release
Re: vestacp redirect to ssl
Fix was pretty simple - work with error_page.
https://github.com/kotso/vesta/commit/2 ... 4ce5a796b8
Code: Select all
// Fix error "The plain HTTP request was sent to HTTPS port"
error_page 497 https://$host:$server_port$request_uri;