Commit Graph

908 Commits

Author SHA1 Message Date
VirtuBox
c57ca89d7e Fix http2_max deprecated Nginx directive 2022-09-09 11:00:14 +02:00
VirtuBox
68a88ea369 Merge branch 'updating-configuration' into master 2022-09-09 10:48:50 +02:00
VirtuBox
0b08eb1db8 Fix MariaDB bind to localhost 2022-09-09 10:44:34 +02:00
VirtuBox
426fb7ce52 Fix MariaDB conf 2022-09-08 21:18:42 +02:00
VirtuBox
af2a42c434 Remove useless conditions about old distro 2022-09-08 21:03:59 +02:00
VirtuBox
0ffc52e0d5 Update to MariaDB 10.6 2022-09-08 20:49:35 +02:00
VirtuBox
bcf8a3e34c Fix netdata stack upgrade 2022-07-21 16:42:42 +02:00
Hamada Habib
3c15940f4e fix obsolete warnings logged 2022-05-28 04:35:37 +02:00
Yogesh Beniwal
b09a9b203c Update Referrer-Policy 2022-05-11 21:57:38 +08:00
VirtuBox
1cb4911b42 Fix typo 2022-04-28 15:44:39 +02:00
VirtuBox
07abbcaad5 Fix WP_DEBUG doublon 2022-04-28 13:49:56 +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
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
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
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
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
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