We are going to explain how to configure a nginx proxy to redirect wildfly port 8443 to 443 and redirect requests from application context path to domain name. The following basic configuration it goes in http context and the base file without can be downloaded here. This file is created on /etc/nginx/conf.d/wildfly-basic.conf with following command […]
Mes: PMñ2021 f52002021-03-16T19:52:00+01:00pmmartes
MariaDB using time zones
We are going to explain how to install and use Time zones with MariaDB on Ubuntu. Install on Ubuntu Convert to sql and import to MariaDB Time zone data are in /usr/share/zoneinfo and is found as binaries. To use Time zones with MariaDB we need to convert to sql. Now we have the zoneinfo.sql file […]
How to reset your root password in MariaDB?
1. The first thing to do is to stop MariaDB server 2. Start MariaDB without asking for a password 3. Connect from localhost to your server as root 4. Reload the grant tables 5. Change the root password for a new one So the password has been changed. 6. Stop the manual instance of the […]