Leonardo Carvalho

Results 22 comments of Leonardo Carvalho

Yes! This was just a draft

I will improve in the next few days

Searching around I found this function for MySQL and MariaDB: ``` DROP FUNCTION IF EXISTS HMACSHA256; -- here val is the message generate a HMAC for DELIMITER // CREATE FUNCTION...

Wonderful, go ahead, I'll help you create a sidebar in the next few days

I managed to create a small sidebar draft #265 . I had problems with "scrollbar-color", as it has a predefined style and I would like to use transparent, for example:...

I'm trying to configure nginx to use the reverse proxy on a VPS which works normally when pointing to "/", but if I try to access any endpoint like "/user.sql"...

Wonderful, thank you. Is it possible to forward endpoints like "/usar.sql" to "/user" using rewriting in nginx?

I sincerely thank you for your help!

Incredible! I sincerely thank you for your great help.

I use nginx served through CloudPanel, its vhost comes in this standard that I sent above, but I tried to add these configuration lines: location ~* ^(.*)\.sql$ { rewrite ^(.*)\.sql$...