Now, we are redirecting all http requests to the https as follows. Code: server { listen 80 default_server; server_name example.com; return 301 https://$example ...
確定! 回上一頁