Home  >  Q&A  >  body text

nginx - Using wordpress to build a blog, how to implement the real server to use HTTP, and then use UPYUN's HTTPS encryption?

The problem is this. I want to implement the resource diversion of the website. The real server uses HTTP, and UPYUN is responsible for encrypting the data of the real server into HTTPS. Then use Qiniu to store static resources. Because of this, dynamic encryption was offloaded to UPYUN. Static resource storage and encryption are offloaded to Qiniu. Reduce server load. Then I want to change the real server port to non-80 and 443 ports. Used to avoid Zmap from scanning the real server IP. Does anyone have any specific implementation plan? Or is this approach feasible? I briefly tried it. I found that there are still many problems.

迷茫迷茫2734 days ago638

reply all(2)I'll reply

  • 给我你的怀抱

    给我你的怀抱2017-05-16 17:18:05

    WordPress deploys UPYUN CDN cloud storage
    http://echo.pm/wordpress-upyu...

    Use the WP Super Cache plug-in to deploy origin site resources to Qiniu Cloud Storage for CDN acceleration
    http://echo.pm/wp-super-cache...

    Detailed method to configure NameCheap SSL certificate on Nginx (LNMP)
    http://echo.pm/lnmp-nginx-ssl...

    This is written by me. It is recorded on the blog. You can take a look. . . In addition, enable SSL in the upyun background and force https access. . . Qiniu wants to apply for an https domain name. . .

    enjoy

    reply
    0
  • 过去多啦不再A梦

    过去多啦不再A梦2017-05-16 17:18:05

    No need to go to so much trouble, just take another photo of the clouds. Both dynamic and static resources are placed here. Front-end HTTPS access, HTTP return to origin, and custom port numbers are supported.

    reply
    0
  • Cancelreply