Cristhian Martínez Ochoa
a018c82b0e
xml
...
FIX, xml files like sitemaps failing when dynamically generated (not static), like in WP.
2023-02-26 10:05:40 -07:00
Cristhian Martínez Ochoa
2c4cda5392
url check
...
Check URL function refactored and improved.
2022-12-30 16:03:50 -07:00
Cristhian Martínez Ochoa
b1f0594c0f
minor
...
FIXED clear cache failing with opcache.
Php 7.4 is now obsolete.
2022-12-18 12:04:16 -07:00
Cristhian Martínez Ochoa
b3592fb9bf
testing
...
Small fixes and improvements after testing.
2022-12-10 09:39:34 -07:00
Cristhian Martínez Ochoa
b5f38ccd29
admin tools
...
Site folder now is named according to the domain:port assigned.
Fixed error with HSTS header for admin tools site.
2022-12-04 14:01:05 -07:00
Cristhian Martínez Ochoa
b3315496fa
certbot deploy
...
Now we use the cerbot deply hook to restart nginx after cert renewal, instead of post-hook in cron.
2022-11-22 12:23:13 -07:00
Cristhian Martínez Ochoa
953696330e
kernel
...
new location for kernel config file (sysctl)
2022-11-21 14:26:29 -07:00
Cristhian Martínez Ochoa
467475b1f7
deny
...
Deny files and extensions for security is now available in conf file.
2022-11-11 13:53:51 -07:00
Cristhian Martínez Ochoa
7f20f34a70
linux
...
Operating System optim is now in pre-packs instead of Nginx. Better when packs installed alone without nginx.
2022-10-30 14:11:01 -07:00
Cristhian Martínez Ochoa
cdd3ffd701
mysql
...
Support for MySQL 8.0.
2022-10-29 12:38:29 -06:00
Cristhian Martínez Ochoa
32a0f58c24
config
...
- Nginx config improved.
- xss header removed from default.
- php opcache dynvar in conf file.
- readme updated.
2022-10-26 15:41:30 -06:00
Cristhian Martínez Ochoa
653f19e55b
wpcache
...
WP cache default settings now included in Webinoly configuration file.
2022-10-20 17:01:48 -06:00
Cristhian Martínez Ochoa
45b8d75e8e
logs
...
Support for custom log format and custom error log level.
2022-10-19 21:47:51 -06:00
Cristhian Martínez Ochoa
ebf3d5fd84
hidden dynvars
...
Dynvars for php opcache.
2022-10-19 12:32:32 -06:00
Cristhian Martínez Ochoa
41b2fc38dc
fine tuning
...
After load testing and benchmark.
2022-10-17 18:00:57 -06:00
Cristhian Martínez Ochoa
1881adb002
optim
...
Better defaults for opcache.
Static files list for cache updated.
2022-10-16 15:40:27 -06:00
Cristhian Martínez Ochoa
91d9462425
php
...
8.2 support added.
Intl mandatory in update for old stacks.
Max input vars in conf file.
2022-09-28 13:11:17 -06:00
Cristhian Martínez Ochoa
c3e202f0c4
templates
...
New header message for all templates.
Admin-tools template moved.
Fixed permissions for PMA.
2022-09-21 16:45:24 -06:00
Cristhian Martínez Ochoa
112e9959e7
external sources
...
External sources updated.
Duply updated.
Typo in installer.
2022-05-31 13:37:28 -06:00
Cristhian Martínez Ochoa
c50569c9d5
headers
...
Removed old headers commands, only conf file is now accepted.
Improved for always respect default values.
2022-05-27 14:00:50 -06:00
Cristhian Martínez Ochoa
d97f422872
jammy
...
Ubuntu 22.04 preparation.
2022-05-26 08:31:11 -06:00
Cristhian Martínez Ochoa
be44393b5a
conf
...
Conf File notes updated.
2022-01-30 10:56:20 -07:00
Cristhian Martínez Ochoa
67fd1efa99
emergency
...
Emergency Release: FIX max_file_uploads failing in PHP conf due to a single instead of double quotes. Duh!!!!
2022-01-12 09:48:32 -07:00
Cristhian Martínez Ochoa
d834e83495
slow query logs
...
Support for long_query_time was added.
2022-01-06 14:12:04 -07:00
Cristhian Martínez Ochoa
5cab01e091
import conf
...
Import Stack improved.
2022-01-05 17:49:02 -07:00
Cristhian Martínez Ochoa
a75ab9b66d
snap
...
Duplicity is now installed from snap.
Conf file migrated in update.
2022-01-01 12:27:36 -07:00
Cristhian Martínez Ochoa
9021f2b354
new conf
...
Everything included in the new conf file.
Fixed PHP purge removing tools-site.
2021-12-30 18:21:21 -07:00
Cristhian Martínez Ochoa
8432d49605
conf file
...
New configuration file template.
PHP conf script improved.
2021-12-28 15:56:06 -07:00
Cristhian Martínez Ochoa
d27334bf6f
duplicity
...
Duplicity now uses the new official PPA to always install the newest version.
Duply is now integrated into Webinoly.
2021-12-22 11:41:45 -07:00
Cristhian Martínez Ochoa
7e4dcc3297
kernel
...
Kernel optimization revised, updated and improved.
2021-12-11 16:59:30 -07:00
Cristhian Martínez Ochoa
7503907c5d
tools port
...
Now tools-port is a global variable.
Parked now has support for its own custom nginx conf.
2021-12-03 13:39:56 -07:00
Cristhian Martínez Ochoa
ac8c795e47
minor fixes
...
Proxy transparent option.
Nginx open file cache fixed to prevent issues when file is modified.
2020-12-11 13:39:21 -07:00
Cristhian Martínez Ochoa
a5b34d1d1d
updated
...
Improved
2020-11-22 13:32:28 -07:00
Cristhian Martínez Ochoa
301bdd3dae
db reuse
...
DB reuse improvements.
Warning in tools-site command.
Better blackhole conf.
2020-10-16 16:38:15 -06:00
Cristhian Martínez Ochoa
bb47143074
improvements
...
- internal api url updated.
- server reset not remake swap by default, now we have an option.
- php variables in webinoly conf file.
- stack configuration updated fixed.
- admin-site improved.
- better message when swap is busy and not deleted.
- yoast sitemap support removed from default.
- Message when intallation stat is error.
2020-05-31 16:51:18 -06:00
Cristhian Martínez Ochoa
7a5cad718d
server conf updated
...
Stack version raised to v1.5
2020-05-28 10:03:07 -06:00
Cristhian Martínez Ochoa
86f3ec45b7
datadog
...
Datadog integration.
2020-04-13 19:57:14 -06:00
Cristhian Martínez Ochoa
3ef60f2650
system optimization
...
php and sysctl improved
2019-08-04 21:21:28 -06:00
Cristhian Martínez Ochoa
521147b22d
tools and default site issues
...
Failing with SSL and some other issues.
2018-12-20 21:10:04 -06:00
Cristhian Martínez Ochoa
2750ab7a5a
default site and tools site
...
now completely working and tested.
2018-12-19 19:02:16 -06:00
Cristhian Martínez Ochoa
0c6bdfc48a
default site
...
Assign a default site for nginx
2018-12-17 18:21:45 -06:00
Cristhian Martínez Ochoa
40a7eb27d6
stack updated and improved
...
linux var optim improved
nginx conf improved
wp security improved
MariaDB 10.3 upgraded
2018-12-09 20:56:15 -06:00