Commit graph

645 commits

Author SHA1 Message Date
Cristhian Martínez Ochoa
cc17ed8c2a ads
Donation reminder once a day.
2023-05-25 15:09:19 -07:00
Cristhian Martínez Ochoa
84a1c29c87 internal api
Internal API and events, codes updated.
2023-05-23 15:18:06 -07:00
Cristhian Martínez Ochoa
8cf1b6e716 blackhole
FIX - nginx warn protocol options redefined for...
2023-05-21 11:20:37 -07:00
Cristhian Martínez Ochoa
7e4e0c0443 backups
FIX - Multiple site backups failing with external DB.
2023-03-21 15:00:20 -07:00
Cristhian Martínez Ochoa
df269f8b9a backups
- FIX export/import not including conf.d folder.
- FIX export/import not including upstreams for reverse proxy sites.
- FIX case when dynvars for passwords empty.
- FIX export including databases twice, or subfolder from wrong levels.
2023-03-20 19:55:06 -07:00
Cristhian Martínez Ochoa
98d11fbae0 retrieve
WP retrieve data not needed anymore before, just use it where its needed.
2023-03-20 11:11:41 -07:00
Cristhian Martínez Ochoa
b1b157bf3d php verify
Recommend at least 8.1
2023-03-19 20:25:01 -07:00
Cristhian Martínez Ochoa
62861c62e2 escaped
Escaped string now standarized.
2023-03-19 20:02:03 -07:00
Cristhian Martínez Ochoa
f79d9ef856 root
FIX - MariaDB not setting root password required for secure installation.
2023-03-19 13:33:02 -07:00
Cristhian Martínez Ochoa
23d1a260a7 passwords
Hidden passwords!
2023-03-14 13:09:17 -07:00
Cristhian Martínez Ochoa
3ae731de17 mariadb
MariaDB 10.11 support added (removed 10.4 and 10.5).
Better check for dbnames and dbusers.
2023-03-14 10:16:06 -07:00
Cristhian Martínez Ochoa
bc8c3478df installer
Better control for custom versions.
2023-03-10 17:17:22 -07:00
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
72d3ac2080 testing
Some minor improvements.
2023-01-24 16:17:31 -07:00
Cristhian Martínez Ochoa
d4d07db02f mysql external
- No passwords are passed in command line now for better security.
- Better check for master admin users.
- No need to ask for external credentials when not really needed.
2023-01-23 20:43:03 -07:00
Cristhian Martínez Ochoa
2c4f686d4e mysql passwords
MySQL now depends less of the saved passwords, so now they can be removed safely for better security.
2023-01-17 14:02:54 -07:00
Cristhian Martínez Ochoa
82a082e111 mysql fixes
- fix - upgrade process deprecated in MySQL.
- fix - change admin password failing for admin user.
- fix - binary logs disabled after update webinoly.
2023-01-13 17:47:21 -07:00
Cristhian Martínez Ochoa
983d4be599 messages
MySQL messages updated.
2023-01-11 12:56:49 -07:00
Cristhian Martínez Ochoa
ab8fd8ec24 readme
Sponsor removed :(
2023-01-10 07:20:22 -07:00
Cristhian Martínez Ochoa
25b3dfc4c0 wp host
WP host now has support for Unix sockets and localhost with custom port.
2023-01-03 18:12:56 -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
10bb7b7977 parameter
Check for parameters improved to accept values containing equal signs.
2022-12-26 12:31:39 -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
a56dfc8819 readme
Update temporal.
2022-11-29 11:41:34 -07:00
Cristhian Martínez Ochoa
553f56e288 sponsor
Added sponsor (Eltris European Hosting)
2022-11-29 10:58:59 -07:00
Cristhian Martínez Ochoa
fc0f89f299 keep-data
Nginx added support for stack keep-data option.
2022-11-26 17:07:33 -07:00
Cristhian Martínez Ochoa
196af0b931 minor fix
Fix small incongruence, install search for false when function is using purged.
2022-11-25 11:05:27 -07:00
Cristhian Martínez Ochoa
49c46202c8 datadog
- Installation script updated.
- PPA and key are now removed when package is purged.
2022-11-22 13:34:29 -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
37653a1089 shared conf
- New global custom conf for all domains in server context.
- Better Nginx shared conf for parked sites. Mains sites now has isolated conf option.
- Fixed rare error in parked sites with very specific domain names.
2022-11-20 15:53:09 -07:00
Cristhian Martínez Ochoa
b44761d4d7 kernel
Limit some variables that cause errors with 128G RAM and above.
2022-11-17 12:44:54 -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
dbf755d98b update
Update process.
Bionic support removed for new intallattions, only update are allowed now.
2022-11-04 17:35:18 -07:00
Cristhian Martínez Ochoa
a12e7279d4 home
Home folder issues...
2022-11-02 15:09:10 -07:00
Cristhian Martínez Ochoa
8f5252a9e5 mysql warnings
FIX warning messages from mysql.
2022-11-01 11:58:35 -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
4363504410 reserved words
MySQL reserved words updated.
MySQL warnings with low ram.
2022-10-30 11:21:54 -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
401fd2277d reset
Fixed - some custom nginx files in conf.d removed during server reset.
2022-10-18 14:08:19 -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
32f8244a23 delete subfolders
Subfolders not deleting some child subfolders configured.
2022-10-07 15:41:21 -06:00
Cristhian Martínez Ochoa
742cef4a54 reverse proxy
Reserve proxy support for upstreams and a lot more improvements...
2022-10-06 19:41:38 -06:00