By default, this will append your NGINX configuration file for the chosen domain a rewrite to HTTPS. server { if ($host = shop.yourdomain.com) { return 301 ...
確定! 回上一頁