wordpress-nginx icon indicating copy to clipboard operation
wordpress-nginx copied to clipboard

Nginx server configurations for WordPress

Results 17 wordpress-nginx issues
Sort by recently updated
recently updated
newest added

Thanks for organizing this documentation! Very helpful. We currently have some issues with responsiveness in mobile devices, i.e., some mobile-specific menus or features would not appear correctly. How can we...

Copyright (c) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without...

Transportation Layer Security (TLS) 1.3 protocol provides unparalleled privacy and performance compared to previous versions of TLS and non-secure HTTP. I've added support for TLS 1.3: 📄 **ssl.conf** `ssl_protocols TLSv1.2...

The popular [EWWW Image Optimizer WordPress Plugin](https://wordpress.org/plugins/ewww-image-optimizer/) converts PNG and JPEG images into WebP format. EWWW IO's WebP conversion does not replace images, it makes a copy of the original...

The [WordPress Codex](https://codex.wordpress.org/Nginx) reference link in the README has been moved to `https://wordpress.org/support/article/nginx/`. I've made the following changes: - `https://codex.wordpress.org/Nginx` ➡️ `https://wordpress.org/support/article/nginx/` - 'WordPress Codex' ➡️ 'WordPress.org Support Documentation' 🍻...

Hi! Thanks for the awesome configuration kit and the the WordPress server setup tutorial! I must say, this is the most complete guide I've found anywhere so far to set-up...

Please add the following lines to a global file for Yoast XML Support: rewrite /sitemap_index.xml$ /index.php?sitemap=1 last; rewrite /([^/]+?)-sitemap([0-9]+)?.xml$ /index.php?sitemap=$1&sitemap_n=$2 last;

It is in static and restrictions... thoughts?

Hello, I followed your tutorial to setup fast-cgi caching, and right now the ``` if ($query_string != "") { set $skip_cache 1; } ``` test makes caching to always fails...

This config works very well but if the server is running several websites it seems nicer to use separate PHP pools. (and a bit more secure). With different pools it...