Nginx.log has only one string
----------------------------------------------------------------------------------------
2017/02/10 00:33:10 [info] 3106#100490: *3 kevent() reported that client 127.0.0.1 closed keepalive connection
-----------------------------------------------------------------------------------------
As we can see, an error request log has a string:
-------------------------------------------------------------
Location: http://mydomain.com/index.php
----------------------------------------------------------
But it must be HTTPS, it is obviously. But what i have to change in nginx.conf?
----------------------------------------------------------------------------------------
2017/02/10 00:33:10 [info] 3106#100490: *3 kevent() reported that client 127.0.0.1 closed keepalive connection
-----------------------------------------------------------------------------------------
As we can see, an error request log has a string:
-------------------------------------------------------------
Location: http://mydomain.com/index.php
----------------------------------------------------------
But it must be HTTPS, it is obviously. But what i have to change in nginx.conf?