Nginx Configuration https wordpress site, wp-content directory resource 404 Solution

Source: Internet
Author: User
Tags ssl certificate

WordPress Under Configure SSL certificate,

server {        listen       443;        server_name  demo.example.com;        SSL on;         /data/;        Ssl_certificate   /cert/Cert.pem;        Ssl_certificate_key  /cert/cert.key;        Ssl_session_timeout 5m;        Ssl_ciphers ECDHE-rsa-aes128-gcm-sha256:ecdhe:ecdh:aes:high:! null:!anull:! md5:! Adh:! RC4;        Ssl_protocols TLSv1 TLSv1. 1 TLSv1.2;        Ssl_prefer_server_ciphers on;}

When HTTP is accessed, the resources under/wp-content/are all 404:

After changing the configuration to

server {        listen       443   SSL ;        server_name  demo.example.com;         /data/;        Ssl_certificate   /cert/Cert.pem;        Ssl_certificate_key  /cert/cert.key;        Ssl_session_timeout 5m;        Ssl_ciphers ECDHE-rsa-aes128-gcm-sha256:ecdhe:ecdh:aes:high:! null:!anull:! md5:! Adh:! RC4;        Ssl_protocols TLSv1 TLSv1. 1 TLSv1.2;        Ssl_prefer_server_ciphers on;}

All resource requests are normal!

Nginx Configuration https wordpress site, wp-content directory resource 404 Solution

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.