Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidegreenwald/Nginx-for-WordPress-Configurations
Nginx configs with support for SSL/HTTP2, FastCGI cache, WordPress security, conditional .webp images and phpMyAdmin
https://github.com/davidegreenwald/Nginx-for-WordPress-Configurations
Last synced: 3 months ago
JSON representation
Nginx configs with support for SSL/HTTP2, FastCGI cache, WordPress security, conditional .webp images and phpMyAdmin
- Host: GitHub
- URL: https://github.com/davidegreenwald/Nginx-for-WordPress-Configurations
- Owner: davidegreenwald
- Created: 2018-03-19T18:34:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-16T20:25:39.000Z (over 6 years ago)
- Last Synced: 2024-08-02T08:09:38.860Z (6 months ago)
- Homepage:
- Size: 8.79 KB
- Stars: 35
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-wp-speed-up - Nginx WordPress Configurations - TNginx-only, Apache-free configurations for WordPress with PHP-FPM, FastCGI cache, SSL, security settings, .webp support, and phpMyAdmin (just in case!). Mix and match the .conf files for your preferred configuration and traffic needs. (NGNIX Configs)
README
# Nginx WordPress Configurations
Nginx-only, Apache-free configurations for WordPress with PHP-FPM, FastCGI cache, SSL, security settings, .webp support, and phpMyAdmin (just in case!). Mix and match the .conf files for your preferred configuration and traffic needs.
## Testing and compatibility
This has been thoroughly tested with the Nginx 1.12 stable branch and PHP 7.2 in Ubuntu 16.04 and is up and running on several production sites.## How to use
* Pick a /conf.d file and mix to taste. Check for #TODO for `example.com` fields that need editing.
* Drop nginx.conf and the rest of these folders into /etc/nginx on your Linux server.
* `sudo nginx -t` to check for typos
* `sudo systemctl reload nginx`
* You're live.## In progress
Still working on nailing down logging, rate limiting, and a few other settings. Feel free to leave tips, suggestions, and pull requests.