Commit Graph

1404 Commits

Author SHA1 Message Date
VirtuBox
eeb58c875b Merge pull request #222 from morganhvidt/morganhvidt-edd-1
Protect Easy Digital Download files from being accessed directly.
2019-12-16 11:16:20 +01:00
Morgan
7bb918b2e3 Protect Easy Digital Download files from being accessed directly.
Easy Digital Download files won't be able to be downloaded directly from the server. 

https://docs.easydigitaldownloads.com/article/682-protected-download-files-on-nginx
2019-12-16 10:44:32 +08:00
VirtuBox
3a514ce5a7 Merge pull request #219 from WordOps/updating-configuration
Updating configuration
2019-12-07 15:12:55 +01:00
VirtuBox
a9fc1ab9d8 update changelog 2019-12-07 04:27:31 +01:00
VirtuBox
671cfbb739 Bump version de v3.11.2 2019-12-07 04:26:18 +01:00
VirtuBox
01897adce6 Remove netdata user in case of stack purge 2019-12-06 13:12:01 +01:00
VirtuBox
0e12bc29db Fix netdata mysql user in case of reinstall 2019-12-06 13:09:45 +01:00
VirtuBox
d536f57cd9 Fix wo site cd & use proxy_params 2019-12-06 10:15:49 +01:00
VirtuBox
a1cf706f9f Do not upgrade acme.sh twice 2019-12-06 03:04:14 +01:00
VirtuBox
6f86a5d9c3 Force acme.sh upgrade and force cronjob update 2019-12-06 01:19:57 +01:00
VirtuBox
e45955a513 Fix variables_hash_bucket_size 2019-12-05 20:36:18 +01:00
VirtuBox
69d6b67b8b Merge remote-tracking branch 'origin/updating-configuration' into updating-configuration 2019-12-05 15:57:11 +01:00
VirtuBox
5282000d4f Fix nginx variables_hash_bucket_size 2019-12-05 15:56:12 +01:00
VirtuBox
9f22455770 v3.11.1 (#215)
- `--fail2ban` in wo stack upgrade
- error with `wo maintenance`
- php-igbinary missing for php74 (run `wo stack upgrade` to install it)
- opcache reset with `wo clean`
2019-12-04 23:34:03 +01:00
VirtuBox
0568a3dbf9 Bump version de v3.11.1 2019-12-04 21:58:53 +01:00
VirtuBox
6f6c22067e Add igbinary to php_extra 2019-12-04 19:25:56 +01:00
VirtuBox
9a04a0d786 fix wo clean 2019-12-04 16:20:27 +01:00
VirtuBox
732ff51d9f Remove async variable for compatibility 2019-12-04 14:58:04 +01:00
VirtuBox
96f4332dce Adding adminer & fail2ban to travis 2019-12-04 13:37:30 +01:00
VirtuBox
6ba6939b2b Add stack upgrade fail2ban 2019-12-04 12:52:11 +01:00
VirtuBox
1997bedb93 Fix opcache clean 2019-12-04 11:12:35 +01:00
VirtuBox
19e595e207 Fix wo clean 2019-12-04 04:01:28 +01:00
VirtuBox
121988f0ba Fix redirection 2019-12-04 03:57:13 +01:00
VirtuBox
6159d3d0b2 Fix wo clean 2019-12-04 03:48:59 +01:00
VirtuBox
43edc325da Fix deny all 2019-12-04 03:45:07 +01:00
VirtuBox
e01ecaa782 Fix deprecated log 2019-12-04 03:42:35 +01:00
VirtuBox
5aa3de8c8b Fix wo clean 2019-12-04 03:40:17 +01:00
VirtuBox
acdc85ec2d Fix wo maintenance 2019-12-04 03:26:40 +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
63d2acf7ba Merge pull request #209 from xwang0929/master
correct php version for wo debug --php73=off
2019-11-26 12:51:55 +01:00
Xavier Wang
d608e78beb correct php version 2019-11-26 17:41:09 +08:00
VirtuBox
0cf8912a12 Merge pull request #205 from tersor/patch-1
Fix typo
2019-11-18 21:40:33 +01:00
Terje Sørbø
acd3639650 Fix typo 2019-11-18 13:30:43 +01:00
VirtuBox
b771b2578e Updating configuration (#197)
#### Added

- [ACME] Display warning about sudo usage when issuing certificate with DNS API validation (require `sudo -E`)

#### Changed

- [ACME] Resolve domain IP over HTTPS with Cloudflare DNS Resolver
- [CORE] Cement Framework updated to v2.10.2
- [SITE] database name = 0 to 16 characters from the site name + 4 randomly generated character
- [SITE] database user = 0 to 12 characters from the site name + 4 randomy generated character
- [STACK] Improve sysctl tweak deployment

#### Fixed

- [SITE] https redirection missing on subdomains sites
- Issues with digitalocean mariadb repository
- Cement Framework output handler issues
- [CLEAN] check if Nginx is installed before purging fastcgi or opcache
2019-11-11 19:06:11 +01:00
VirtuBox
8698332013 Merge pull request #192 from WordOps/updating-configuration
v3.10.2
2019-11-06 00:52:33 +01:00
VirtuBox
85e863bdd6 Bump version to v3.10.2 2019-11-06 00:29:31 +01:00
VirtuBox
2dde7fe94a Update changelog 2019-11-06 00:28:24 +01:00
VirtuBox
ce39787564 Print help with wo stack remove/purge 2019-11-05 20:25:44 +01:00
VirtuBox
e0165a7312 Fix wp-cli path 2019-11-05 17:51:44 +01:00
VirtuBox
a96baa05f4 Update Nanorc 2019-11-05 17:37:42 +01:00
VirtuBox
e4daf59803 hide apt-key output 2019-11-05 16:17:33 +01:00
VirtuBox
914f049852 Fix acme certificate on domain 2019-11-05 16:11:43 +01:00
VirtuBox
a7d03b6098 Few changes based on Cement boss template 2019-11-03 23:07:24 +01:00
VirtuBox
0c59efd90f Fix nanorc 2019-11-02 19:37:52 +01:00
VirtuBox
8be23bba38 Fix small errors, and remove nanorc from travis 2019-11-02 18:15:17 +01:00
VirtuBox
8df0391cab update motd-script 2019-11-02 17:05:12 +01:00
VirtuBox
b2fd3ba5a9 Fix travis 2019-11-02 17:02:17 +01:00
VirtuBox
0ca062b43b fix travis 2019-11-02 16:02:08 +01:00
VirtuBox
ae50f1a12e Add nanorc to travis 2019-11-02 15:59:19 +01:00
VirtuBox
77bcba6484 Adding nanorc 2019-11-02 15:53:39 +01:00