Commit Graph

1040 Commits

Author SHA1 Message Date
VirtuBox
1cb4911b42 Fix typo 2022-04-28 15:44:39 +02:00
VirtuBox
5178bb82d3 Fix git secure path 2022-04-28 15:07:12 +02:00
VirtuBox
07abbcaad5 Fix WP_DEBUG doublon 2022-04-28 13:49:56 +02:00
VirtuBox
5986ece6d2 Fix .gitconfig path 2022-04-28 13:37:01 +02:00
VirtuBox
7f7002e60d Another fix for gitconfig path 2022-04-28 13:25:29 +02:00
VirtuBox
7c55efc437 Fix path 2022-04-28 13:16:56 +02:00
VirtuBox
db5b510670 Fix typo 2022-04-28 13:10:57 +02:00
VirtuBox
01fb0e5aff Final fix for git safe directory 2022-04-28 13:05:48 +02:00
VirtuBox
4cac21edf1 Last fix for git safe directory 2022-04-28 12:50:41 +02:00
VirtuBox
60baef55db Another fix for git safe directory 2022-04-28 12:45:26 +02:00
VirtuBox
79be8890fd Fix git safe directory 2022-04-28 12:40:58 +02:00
VirtuBox
f85342f72c Bump version 2022-04-28 12:17:28 +02:00
VirtuBox
35a0e4f1e8 Fix git safe directory 2022-04-28 12:10:33 +02:00
VirtuBox
30adb81a81 Merge pull request #423 from WordOps/updating-configuration
Maintenance release v3.14.1
2022-02-16 17:27:07 +01:00
VirtuBox
c50b6a7803 Prepare for release v3.14.1 2022-02-16 14:45:51 +01:00
VirtuBox
f1f84fdde1 Fix php upstream in WordOps backend 2022-02-16 14:35:58 +01:00
Janio Sarmento
e92437913e #420: No error treatment to /opt/cf-update.sh 2022-02-14 21:06:40 -03:00
Janio Sarmento
f053b4c58b #162: Script to manage Site Admin privileges 2022-02-13 12:24:31 -03:00
Janio Sarmento
b07968a5c1 CF IP blocks validation 2022-02-13 12:23:27 -03:00
Janio Sarmento
b346d0a30d #420 No error treatment to /opt/cf-update.sh 2022-02-13 12:14:53 -03:00
VirtuBox
4b71d22467 Fix Netdata stack install 2022-02-01 14:46:58 +01:00
VirtuBox
7f50d675d2 Fix stack status 2022-01-26 17:07:01 +01:00
VirtuBox
9523ce05aa Update wp-cli to v2.6.0 and adminer to v4.8.1 2022-01-26 13:05:34 +01:00
VirtuBox
83b84678ac Fix for php stack install 2022-01-25 17:15:15 +01:00
VirtuBox
c2f0542afa Fix php8.1 package install 2022-01-25 16:43:55 +01:00
VirtuBox
9743a60742 Set php8.0 as default 2022-01-25 16:29:13 +01:00
VirtuBox
c68d173f42 Fix missing nginx configurations 2022-01-25 16:16:46 +01:00
VirtuBox
bb4daf002a Add php repository for php8.0 2022-01-25 15:54:08 +01:00
VirtuBox
4d18b78274 Update wo version 2022-01-25 15:49:11 +01:00
VirtuBox
db57d22279 Fix php7.4 modules 2022-01-24 16:38:28 +01:00
VirtuBox
089ff2c98f Auto stash before merge of "updating-configuration" and "origin/updating-configuration" 2022-01-24 12:21:12 +01:00
Janio Sarmento
555269decf #348: PHP8 2022-01-23 15:14:24 -03:00
Yogesh Beniwal
44835405ac Update wp-cli to v2.5.0 2021-10-23 16:37:40 +08:00
VirtuBox
d6e50bcd72 Merge pull request #369 from techieshark/patch-1
Fix typo in help text
2021-09-15 19:03:18 +02:00
VirtuBox
578396e491 Merge pull request #371 from bob-swinkels/master
Escaping of metacharacters in regex strings in wo/cli/templates/map-wp.mustache
2021-09-15 19:02:43 +02:00
VirtuBox
b03549cfd6 Merge pull request #390 from yogeshbeniwal/fix/pwa-serviceworker-caching
Cache exception for PWA Service Worker
2021-09-14 21:04:27 +02:00
VirtuBox
66edfaa495 Merge pull request #391 from tdtgit/patch-1
Update new Cloudflare IPs range
2021-09-14 21:04:00 +02:00
Hendy Irawan
000e5c70ef fix: Support arm64 architecture (e.g. AWS Graviton2) 2021-08-30 13:47:33 +07:00
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
VirtuBox
68cc21aa84 Merge pull request #377 from yogeshbeniwal/fix-redis-repo
Update Redis repo to Redis Labs team
2021-05-20 17:16:39 +02:00
VirtuBox
c698e20697 Merge pull request #381 from WordOps/updating-configuration
Updating configuration
2021-05-20 17:11:54 +02:00
Yogesh Beniwal
4171adeca0 Update Redis repo to Redis Labs team 2021-05-05 13:11:22 +08: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