Vesta Control Panel - Forum

Community Forum

Skip to content

Advanced search
  • Quick links
    • Main site
    • Github repo
    • Google Search
  • FAQ
  • Login
  • Register
  • Board index
  • Search

Search found 8 matches

Go to advanced search

Advanced search
Search found 8 matches • Page 1 of 1
by gregorio
Thu Sep 21, 2023 6:09 am
Forum: RHEL/CentOS
Topic: [Tutorial] Install php-zip, php-intl and php-imagick modules on Centos 7 with PHP 7.4
Replies: 1
Views: 21088

Re: [Tutorial] Install php-zip, php-intl and php-imagick modules on Centos 7 with PHP 7.4

Thank you. In my case the PHP tutorial was not working because the ini was called 30-zip.ini instead of 40-zip.ini . Fixed it like this: yum -y install php74-php-zip ln -s /etc/opt/remi/php74/php.d/30-zip.ini /etc/php.d/30-zip.ini ln -s /opt/remi/php74/root/usr/lib64/php/modules/zip.so /usr/lib64/ph...
  • Jump to post
by gregorio
Sat Oct 17, 2020 9:26 am
Forum: Web Server
Topic: Set nginx reverse proxy for FusionAuth
Replies: 5
Views: 32783

Re: Set nginx reverse proxy for FusionAuth

Mmmmm, I don't think so, the values of the nginx main conf remains.
  • Jump to post
by gregorio
Fri May 22, 2020 7:58 pm
Forum: Database Server
Topic: [GUIDE] How to replace phpMyAdmin by Adminer in Ubuntu 16.04 NGINX php-fpm
Replies: 22
Views: 303649

Re: [GUIDE] How to replace phpMyAdmin by Adminer in Ubuntu 16.04 NGINX php-fpm

.htaccess doens't work because the webserver that serves adminer is nginx. I've found another way, you have modify the file: /etc/nginx/conf.d/phpmyadmin.inc Adding these lines at line #3: if ($server_port = 80) { rewrite ^ https://$host$request_uri permanent; } Then restart the webserver.
  • Jump to post
by gregorio
Thu May 14, 2020 5:13 pm
Forum: General Discussion
Topic: Add custom paths to backup
Replies: 0
Views: 1888

Add custom paths to backup

Hi,
I would like to add some custom paths to the backup process, is it possible?

I've tried with a symbolic link, but with no success.

Gregorio
  • Jump to post
by gregorio
Sun Apr 26, 2020 7:03 pm
Forum: RHEL/CentOS
Topic: [Tutorial] Install php-zip, php-intl and php-imagick modules on Centos 7 with PHP 7.4
Replies: 1
Views: 21088

[Tutorial] Install php-zip, php-intl and php-imagick modules on Centos 7 with PHP 7.4

To install php-zip on Centos 7 with PHP 7.4: yum -y install php74-php-zip ln -s /etc/opt/remi/php74/php.d/40-zip.ini /etc/php.d/40-zip.ini ln -s /opt/remi/php74/root/usr/lib64/php/modules/zip.so /usr/lib64/php/modules/ Then restart php-fpm. To install php-intl on Centos 7 with PHP 7.4: yum -y instal...
  • Jump to post
by gregorio
Sat Apr 18, 2020 2:50 pm
Forum: Database Server
Topic: [GUIDE] How to replace phpMyAdmin by Adminer in Ubuntu 16.04 NGINX php-fpm
Replies: 22
Views: 303649

Re: [GUIDE] How to replace phpMyAdmin by Adminer in Ubuntu 16.04 NGINX php-fpm

Any idea on how to force adminer to work only on HTTPS?
  • Jump to post
by gregorio
Sat Apr 18, 2020 2:27 pm
Forum: Web Server
Topic: Set nginx reverse proxy for FusionAuth
Replies: 5
Views: 32783

Re: Set nginx reverse proxy for FusionAuth

Thanks, done. If anyone can use it, here are the templates to host the FusionAuth application, forcing SSL: File fusionauth.tpl : server { listen %ip%:%web_port%; server_name %domain_idn% %alias_idn%; location / { rewrite ^(.*) https://%domain_idn%$1 permanent; } include %home%/%user%/conf/web/*ngin...
  • Jump to post
by gregorio
Thu Apr 16, 2020 9:10 pm
Forum: Web Server
Topic: Set nginx reverse proxy for FusionAuth
Replies: 5
Views: 32783

Set nginx reverse proxy for FusionAuth

Hi, I'm new to VestaCp, but I really like this solution. I'm trying to setup a reverse proxy to access FusionAuth that runs on port 9011, localhost. I tried to setup a template funsionauth.tpl in: /usr/local/vesta/data/templates/web/nginx With the code: server { listen %ip%:%proxy_port% default; ser...
  • Jump to post

Search found 8 matches • Page 1 of 1

Go to advanced search



  • Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

Login  •  Register

I forgot my password