Commit Graph

1078 Commits

Author SHA1 Message Date
Argus Duong
5bf3d06f30 Update new Cloudflare IPs range
WordOps already have cron to update these range but it only run weekly. So I've updated it to the latest.
2021-07-26 11:49:32 +07:00
Yogesh Beniwal
0030856d72 Cache exception for PWA Service Worker 2021-07-16 23:24:06 +08:00
Yogesh Beniwal
dbbdcc21de Set cache expiry of css and js files to 1 year 2021-05-21 13:08:02 +08:00
VirtuBox
c698e20697 Merge pull request #381 from WordOps/updating-configuration
Updating configuration
2021-05-20 17:11:54 +02:00
Bob Swinkels
cbe42ab2bb Fix wildcard character in regex strings.
The map directive contains regexes (strings starting with a tilde) that
contain 'asterisk' characters. In a regex, the asterisk character is a
metacharacter, and in this context, it is meant as a wildcard character.
To achieve the desired result, we should place a dot in front of the
asterisk character.
2021-04-19 15:36:38 +02:00
Bob Swinkels
8403af51f5 Fix escaping of regex metacharacters.
The map directive contains regexes (strings starting with a tilde) that
contain 'dot' characters. In a regex, the dot character is a
metacharacter and should be escaped by putting a backslash before it.
2021-04-19 15:25:28 +02:00
Peter W
8d33b8225f Fix typo in help text
Fixes #368
2021-04-10 20:19:40 +10:00
Narender Chopra
f501e654cc Update brotli.mustache
'brotli_comp_level 6' tends to be the most optimal and commonly used level.
'brotli_buffers' has been deprecated: https://github.com/google/ngx_brotli#brotli_buffers
2021-01-10 15:09:15 +05:30
VirtuBox
2dc3ed560f Fix zstd compression on Debian 2021-01-08 14:49:09 +01:00
VirtuBox
b225b6e339 Bump version for testing 2020-11-10 16:28:04 +01:00
VirtuBox
7062596236 Fix MariaDB connections issues
* allow new unix_socket auth system
* add socket path in /etc/mysql/conf.d/my.cnf
2020-11-10 12:54:53 +01:00
VirtuBox
78cd626d75 Set php 7.4 as default php version
* `wo stack install` will check php version to install in  /etc/wo/wo.conf
2020-11-07 21:06:26 +01:00
VirtuBox
c8a70deb8d Use tcp_bbr congestion algorithm on Ubuntu focal 2020-11-07 10:15:58 +01:00
VirtuBox
0abd5b60c4 Fix mariadb stack status 2020-11-01 22:34:38 +01:00
VirtuBox
7d0b0cd50c Fix MariaDB upgrade on Github actions 2020-10-28 12:25:09 +01:00
VirtuBox
164f817d25 Fix github actions 2020-10-28 11:45:30 +01:00
VirtuBox
4bca86580e Run dist-upgrade after MariaDB upgrade 2020-10-28 11:11:01 +01:00
VirtuBox
363dffa10d Update Redis-cache plugin configuration 2020-10-27 14:30:17 +01:00
VirtuBox
3624548251 Enable MariaDB service after upgrade 2020-10-27 11:25:14 +01:00
VirtuBox
295b8420cf Fix virtualenv configuration 2020-10-26 14:21:04 +01:00
VirtuBox
009b5e1af6 Delete acme conf when domain is deleted 2020-10-25 23:11:24 +01:00
VirtuBox
3d32e02c65 Improved query strings caching 2020-10-25 14:19:08 +01:00
VirtuBox
665453dcbc Fix formatting 2020-10-23 18:45:03 +02:00
VirtuBox
51b078e86d Improve MariaDB upgrade 2020-10-23 16:33:35 +02:00
VirtuBox
51f34e4286 Fix double import 2020-10-23 13:49:14 +02:00
VirtuBox
0c01ebb9ef Remove previous MariaDB repository 2020-10-23 13:32:39 +02:00
VirtuBox
bed285abc4 Use wo stack migrate for MariaDB major upgrade 2020-10-23 12:50:31 +02:00
VirtuBox
cbd29a968c Perform a full dump before upgrading MariaDB 2020-10-22 20:39:25 +02:00
VirtuBox
e2bfcd326e Move old my.cnf after MariaDB upgrade 2020-10-22 16:46:42 +02:00
VirtuBox
f3129f0774 Remove innodb_buffer_pool_instances 2020-10-22 14:54:54 +02:00
VirtuBox
c3224d39e5 Add MariaDB upgrade from 10.3 to 10.5 2020-10-22 14:34:03 +02:00
VirtuBox
55f50f583c Fix MariaDB upgrade 2020-10-22 12:05:01 +02:00
VirtuBox
c72ce642b4 Fix Mariadb 10.5 setup 2020-10-22 11:15:20 +02:00
VirtuBox
dff13eb345 Testing MariaDB 10.5 2020-10-22 11:04:23 +02:00
VirtuBox
fd66b5475f Fix Redis upgrade on Ubuntu 20.04 LTS
* Fix typo in bash completion
2020-10-17 01:48:50 +02:00
VirtuBox
afa17b62dd Final fix for Xenial stack 2020-10-15 13:24:00 +02:00
VirtuBox
78d8b98437 Fix nano install on xenial 2020-10-15 12:43:05 +02:00
VirtuBox
ba4b83a512 Fix nanorc install, update Redis to 6.0.6 2020-10-15 12:24:51 +02:00
VirtuBox
8a5f6ca692 Fix nanorc install on Xenial 2020-10-14 22:28:30 +02:00
VirtuBox
3ffeec6ef4 Fix Sendmail configuration 2020-10-14 14:50:05 +02:00
VirtuBox
4c3ce63a02 Merge pull request #322 from tdtgit/master
Address issue #319
2020-10-13 21:23:13 +02:00
Argus Duong
e163bc7717 Address issue #319 - again, not standardlize yet for the release 2020-10-13 23:54:11 +07:00
VirtuBox
62c5150405 Merge pull request #321 from WordOps/updating-configuration
WordOps Maintenance Release v3.12.3
2020-10-13 18:28:01 +02:00
Argus Duong
e2dc4bdc27 Address issue #319 2020-10-13 23:06:47 +07:00
VirtuBox
db8ee1261d Use Zstandard compression with mysqldump 2020-10-13 00:29:06 +02:00
VirtuBox
7050bd5894 Fix php8.0-cli issue 2020-10-12 10:20:03 +02:00
VirtuBox
2fb7eb8c47 Use zstd compression instead of gzip
* fix proftpd TLS version
2020-09-15 14:33:26 +02:00
Argus Duong
a32d6f483e Add avif support 2020-09-15 08:24:38 +07:00
VirtuBox
dce6b111b0 Merge pull request #308 from WordOps/updating-configuration
Several bug fixes
2020-08-20 13:50:14 +02:00
VirtuBox
21e7619822 Merge pull request #285 from ceefour/patch-1
Fix: GRANT works for all MySQL/MariaDB variants
2020-08-19 11:53:58 +02:00