diff --git "a/Fixing-Wordpress-\"Mixed-content\"-or-\"CSP-header\"-errors.md" "b/Fixing-Wordpress-\"Mixed-content\"-or-\"CSP-header\"-errors.md" deleted file mode 100644 index bfc0765..0000000 --- "a/Fixing-Wordpress-\"Mixed-content\"-or-\"CSP-header\"-errors.md" +++ /dev/null @@ -1,50 +0,0 @@ -You already have a running Wordpress site with HTTPS and now it looks messed up since you use Zoraxy? -Then here is a solution for you! - -Now your site looks like this with Zoraxy: - -![wp1](https://github.com/tobychui/zoraxy/assets/110860055/09900779-0845-4c00-8fe7-5451f7775176) -Adminpanel - - -Let´s fix this! We need to edit the wp-config.php file as root user. -Switch to root: - -`sudo su` - -The file is located at the Wordpressweb root (/var/www/html/wordpress). - -`cd /var/www/html/wordpress` - -Sidenote: - -If you use Wordpress in Docker and you used the standard example the file should located at /var/lib/docker/volumes/wordpress_wordpress/_data/wp-config.php - -Open the wp-config.php with nano editor - -`nano wp-config.php` - -Put in these lines after the "