Commit Graph

51 Commits

Author SHA1 Message Date
VirtuBox
a248eac0c9 Move Gzip & Brotli config outside of nginx.conf 2019-08-13 09:46:21 +02:00
VirtuBox
cd42348250 Update templates 2019-08-09 00:18:38 +02:00
VirtuBox
3597a80449 Add Cloudflare restore real-ip 2019-08-09 00:18:34 +02:00
VirtuBox
354644d754 Fix for redis and variable glob 2019-08-09 00:17:52 +02:00
VirtuBox
09b39b2f9b Fix typo 2019-08-09 00:17:42 +02:00
VirtuBox
fa826224af Fix wprocket 2019-08-09 00:17:42 +02:00
VirtuBox
304a31b8e8 Implement --wprocket
* cleanup templates by using variables
* add configuration for wp-rocket
* update mapping for wp-rocket
2019-08-09 00:17:24 +02:00
VirtuBox
452dc81c90 Proftpd TLS configuration 2019-07-30 11:34:27 +02:00
VirtuBox
17510fe57c Fix nginx.conf 2019-07-28 22:22:51 +02:00
VirtuBox
4f2bfc2c06 Update nginx stack install 2019-07-28 21:23:07 +02:00
VirtuBox
11de72b4e8 Fix kernel tweaks 2019-07-25 17:13:27 +02:00
VirtuBox
773681bb52 Testing MySQL tuning 2019-07-25 11:40:12 +02:00
VirtuBox
f97b51cd07 Add ProFTPd setup 2019-07-19 13:47:29 +02:00
VirtuBox
8906fa2c61 Fix Fail2ban 2019-07-18 14:32:41 +02:00
VirtuBox
c8568bb963 Robots.txt fix and changelog update 2019-06-17 00:45:12 +02:00
devbhosale
3d6edf2300 update to php72-fpm.sock avoid 502
Currently it uses php7.2-fpm.sock while the actual socket file name is php72-fpm.sock
2019-05-29 18:28:12 -04:00
VirtuBox
147369bc75 prepare for release 2019-05-02 18:41:07 +02:00
VirtuBox
2bffb50b8d add php-fpm emergency restart 2019-05-01 16:26:27 +02:00
VirtuBox
2f9b598113 Add fail2ban conf 2019-04-26 21:30:46 +02:00
VirtuBox
9de375ef58 fix netdata 2019-04-23 19:03:42 +02:00
VirtuBox
1686775f60 update 22222 ssl configuration 2019-04-12 02:43:41 +02:00
VirtuBox
7c6e86a4ca add hsts 2019-04-07 12:57:35 +02:00
VirtuBox
5866ffa584 add fix into install script 2019-03-29 17:58:50 +01:00
VirtuBox
a2e6f02795 simplify locations nginx template 2019-03-27 04:58:25 +01:00
VirtuBox
58f9acc790 add wordops version into upstream.conf 2019-03-25 10:17:51 +01:00
VirtuBox
8ad070306b fix maintenance 2019-03-25 10:05:20 +01:00
VirtuBox
8667c1da83 add backup and cleanup before upgrade 2019-03-23 18:05:30 +01:00
VirtuBox
9c693724b5 add load-balancing for php7.3 2019-03-20 03:21:39 +01:00
VirtuBox
57bd6257db Adding load-balancing on unix sockets 2019-03-20 02:12:13 +01:00
VirtuBox
6db4a24e07 add letsencrypt validation with --proxy 2019-03-19 16:54:07 +01:00
VirtuBox
f1b3edfc31 fix missing ; 2019-03-18 05:55:00 +01:00
VirtuBox
6a80bc043e update vhost 2019-03-18 03:11:00 +01:00
VirtuBox
0c8aca3dd8 update install script
* add acme.sh setup
* add nginx upgrade from nginx-ee
2019-03-14 12:40:52 +01:00
VirtuBox
65068c6727 remove hhvm 2019-03-13 05:02:53 +01:00
VirtuBox
a0294576b7 update upstream template
* cleanup stack.py
* replace nginx-ee by nginx-wo in install script
2019-03-10 23:46:52 +01:00
VirtuBox
759f265fc2 update changelog & 22222 template 2019-03-10 20:28:27 +01:00
VirtuBox
d8765a4726 update nginx upstreams 2019-03-06 15:55:39 +01:00
VirtuBox
6ecd231974 add map-wp.mustache 2019-03-06 15:38:43 +01:00
VirtuBox
050201ae77 new nginx templates and wo man 2019-03-06 15:32:07 +01:00
VirtuBox
d3d13e21a6 template fix for --wpsubdir 2019-03-05 20:22:47 +01:00
VirtuBox
c47373f21d update wpsc template and fix multisite
* update wpsc template the same way than fastcgi_cache 
* fix wp multisite stacks
2019-03-05 20:11:05 +01:00
VirtuBox
5eb1e3b123 update stack for php7.2/7.3 2019-03-05 17:03:23 +01:00
VirtuBox
5e48cb07fa add fastcgi-cache mapping 2019-03-05 15:46:25 +01:00
VirtuBox
a49b9701bd reworked php7.3 stack
* replace previous stack php7 variables
* properly set stack php = php7.2 and php73 = php7.3
* rename upstream php72 and php73 to avoid issues when migrating from EEv3
* use unix socket in nginx upstream instead of TCP/IP
2019-03-05 15:46:25 +01:00
VirtuBox
838f1c741d testing php73 stack
* add new travis test
* remove temporarily few travis test to speed up the build
* --experimental args isn't required anymore
2019-03-05 15:45:05 +01:00
VirtuBox
79d45044f9 fix stack issues
* fix php7.2 stack detection
* add php7.3 as php7.0 replacement
2019-03-05 15:45:05 +01:00
VirtuBox
4f8c618269 revert site.py changes 2019-03-05 13:19:47 +01:00
VirtuBox
1f89f18828 update nginx php query parameter handling
* replace /index.php?$args with /index.php$is_args$args according to WP 5.0 rest api faq
2019-02-25 07:47:36 +01:00
VirtuBox
0510eb449c new nginx configurations
* letsencrypt validation in /var/www/html 
* new static files rules
* robots.txt fallback for WP
* harden nginx configurations
2018-12-11 01:37:36 +01:00
jeroenlaylo
36f77e3497 PHP port fixes 2018-12-05 18:37:40 +01:00