21 Commits

Author SHA1 Message Date
VirtuBox
6346a4fd07 Merge pull request #376 from yogeshbeniwal/master
Set cache expiry of css and js files to 1 year
2023-07-16 23:33:12 +02:00
Narender Chopra
67a5b18d25 fix prefetch-proxy configuration
Seems there is an issue with these changes. This is what the output of `https://www.example.com/.well-known/traffic-advice` looks like with WO 3.15.3 :
```
[\{
 "user_agent": "prefetch-proxy",
 "google_prefetch_proxy_eap": \{
 "fraction": 1.0
 \}
\}]
```
**Here is the expected output for a valid configuration**:
```
[{
 "user_agent": "prefetch-proxy",
 "google_prefetch_proxy_eap": {
 "fraction": 1.0
 }
}]
```
2022-10-24 22:40:35 +05:30
VirtuBox
9cad039fa0 Improve private prefetch proxy configuration 2022-10-20 11:45:09 +02:00
VirtuBox
0905651273 Add Private Prefetch Proxy 2022-09-13 15:22:09 +02:00
Yogesh Beniwal
dbbdcc21de Set cache expiry of css and js files to 1 year 2021-05-21 13:08:02 +08:00
tersor
e8bbd0c370 Enable Letsencrypt installation on sites that use basic auth 2020-02-12 11:57:13 +01:00
VirtuBox
01ee8c0a13 v3.11.0 (#211)
- PHP 7.4 support
- Improved Webp images support with Cloudflare (Issue [#95](https://github.com/WordOps/WordOps/issues/95)). Nginx will not serve webp images alternative with Cloudflare IP ranges.
- Stack upgrade for adminer
- Check acme.sh installation and setup acme.sh if needed before issuing certificate
- Add `--ufw` to `wo stack status`
- Add Nginx directive `gzip_static on;` to serve precompressed assets with Cache-Enabler or WP-Rocket. (Issue [#207](https://github.com/WordOps/WordOps/issues/207))
- Previous `--php73` & `--php73=off` flags are replaced by `--php72`, `--php73`, `--php74` to switch site's php version
- phpMyAdmin updated to v4.9.2
- Adminer updated to v4.7.5
- Replace dot and dashes by underscores in database names (Issue [#206](https://github.com/WordOps/WordOps/issues/206))
- Increased database name length to 32 characters from domain name + 8 random characters
- typo error in motd-news script (Issue [#204](https://github.com/WordOps/WordOps/issues/204))
- Install Nginx before ngxblocker
- WordOps install/update script text color
- Issue with MySQL stack on Raspbian 9/10
- Typo error  (PR [#205](https://github.com/WordOps/WordOps/pull/205))
- php version in `wo debug` (PR [#209](https://github.com/WordOps/WordOps/pull/209))
- SSL certificates expiration display with shared wildcard certificates
2019-12-03 19:48:18 +01:00
VirtuBox
2ae206fe4a small change in locations-wo 2019-10-26 23:29:32 +02:00
VirtuBox
be4b3cfad2 Fix CORS header
* additional security directives
2019-09-25 00:27:31 +02:00
VirtuBox
3f1f08998c Rollback 2019-09-02 18:56:34 +02:00
VirtuBox
d9487af219 Fix wo upgrade 2019-08-20 13:53:41 +02:00
VirtuBox
26806a292b Cleanup conf 2019-08-13 17:43:49 +02:00
VirtuBox
cd42348250 Update templates 2019-08-09 00:18:38 +02:00
VirtuBox
304a31b8e8 Implement --wprocket
* cleanup templates by using variables
* add configuration for wp-rocket
* update mapping for wp-rocket
2019-08-09 00:17:24 +02:00
VirtuBox
c8568bb963 Robots.txt fix and changelog update 2019-06-17 00:45:12 +02:00
VirtuBox
a2e6f02795 simplify locations nginx template 2019-03-27 04:58:25 +01:00
VirtuBox
65068c6727 remove hhvm 2019-03-13 05:02:53 +01:00
VirtuBox
a49b9701bd reworked php7.3 stack
* replace previous stack php7 variables
* properly set stack php = php7.2 and php73 = php7.3
* rename upstream php72 and php73 to avoid issues when migrating from EEv3
* use unix socket in nginx upstream instead of TCP/IP
2019-03-05 15:46:25 +01:00
VirtuBox
1f89f18828 update nginx php query parameter handling
* replace /index.php?$args with /index.php$is_args$args according to WP 5.0 rest api faq
2019-02-25 07:47:36 +01:00
VirtuBox
0510eb449c new nginx configurations
* letsencrypt validation in /var/www/html 
* new static files rules
* robots.txt fallback for WP
* harden nginx configurations
2018-12-11 01:37:36 +01:00
jeroenops
b36df4384a Refactored 2018-11-13 21:55:59 +01:00