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
VirtuBox
c80bb64662
Merge pull request #353 from nsgoyat/patch-1
...
Update brotli.mustache
2021-02-11 16:40:55 +01: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
870de1e770
Merge pull request #338 from WordOps/updating-configuration
...
Fix install
2020-10-29 15:25:42 +01:00
VirtuBox
4735696ef1
Fix install
2020-10-29 15:00:35 +01:00
VirtuBox
5d8e2f0fc8
Improve venv install
2020-10-28 15:26:58 +01:00
VirtuBox
a59187e1d7
Update main.yml
2020-10-28 12:26:11 +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
13394e4a08
Merge remote-tracking branch 'origin/updating-configuration' into updating-configuration
2020-10-27 14:37:21 +01:00
VirtuBox
c3a9343f4a
Update Github actions
2020-10-27 14:37:09 +01:00
VirtuBox
363dffa10d
Update Redis-cache plugin configuration
2020-10-27 14:30:17 +01:00
VirtuBox
9f98fc4565
Merge pull request #336 from WordOps/updating-configuration
...
Enable MariaDB service in install script
2020-10-27 13:34:58 +01:00
VirtuBox
12cead0031
Enable MariaDB service in install script
2020-10-27 13:04:56 +01:00
VirtuBox
de1cbdb87a
Merge pull request #335 from WordOps/updating-configuration
...
WordOps install fix
2020-10-27 12:46:39 +01:00
VirtuBox
8330cb0c9d
Fix Github actions
2020-10-27 12:26:07 +01:00
VirtuBox
3651fee046
Merge remote-tracking branch 'origin/updating-configuration' into updating-configuration
2020-10-27 11:51:28 +01:00
VirtuBox
46c8dd7dd9
Ready for release
2020-10-27 11:49:21 +01:00
VirtuBox
159bf51778
Improve Github actions
2020-10-27 11:44:32 +01:00
VirtuBox
f65a2044e4
Enable travis only on master
2020-10-27 11:26:55 +01:00
VirtuBox
3624548251
Enable MariaDB service after upgrade
2020-10-27 11:25:14 +01:00
VirtuBox
518d687ec1
Fix typo
2020-10-27 11:17:18 +01:00
VirtuBox
440272118e
Add Github Action CI
2020-10-27 11:05:07 +01:00
VirtuBox
71fc90a0cc
WordOps install fix
2020-10-27 10:41:00 +01:00
VirtuBox
9b1797f407
Merge pull request #330 from WordOps/updating-configuration
...
v3.13.1 - WordOps maintenance release
2020-10-26 18:25:19 +01:00
VirtuBox
81218a07a4
Fix travis
2020-10-26 16:38:23 +01:00
VirtuBox
dbb58192ec
Ready for release
2020-10-26 15:15:19 +01:00
VirtuBox
54905adf36
Fix python-apt install on Debian 9
2020-10-26 14:54:47 +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
b66a0642f4
Merge pull request #329 from WordOps/updating-configuration
...
v3.13.0 - WordOps stable release
2020-10-25 22:37:55 +01:00
VirtuBox
821eed29ef
Another fix for travis
2020-10-25 20:32:05 +01:00
VirtuBox
5a3344a830
Fix travis
2020-10-25 20:15:38 +01:00
VirtuBox
32b6ff5fcf
Fix travis
2020-10-25 19:57:23 +01:00
VirtuBox
869286f19f
Update README.md
2020-10-25 19:05:29 +01:00
VirtuBox
4ac512038e
Ready for release
2020-10-25 18:54:33 +01:00
VirtuBox
4fe0bfadb7
Fix travis install
2020-10-25 18:30:03 +01:00
VirtuBox
b5db63ff82
Install WordOps inside a virtualenv
2020-10-25 16:03:46 +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
1b0d9d7d8d
Fix bash_completion
2020-10-23 15:42:15 +02:00
VirtuBox
3ccdd8c383
Speed up travis
2020-10-23 13:51: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
be4805a21e
Update bash_completion with wo stack migrate
2020-10-23 12:52:47 +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