Installing suitecrm on a plesk ubuntu

hello,
I try to install on a plesk obsidian.
the bad thing is it is running on ubuntu 16. and changing to 20 is difficult, because it is a virtual server.

when i enter the url after installing, it leads to 403 permission error. when I enter the url/public/index.php the login page opens up.
I need to reach the installation with the url?

the problem i guess is the vhost configuration.

plesk documentation offers 2 options.

  1. change the vhost.conf. It looks like that:
    listen 80;
    listen [::]:80;
    server_name 189.154.25.34;
    root /var/www/vhosts/URL.com/crm/public/;
    error_log /var/log/nginx/suitecrm.error;
    access_log /var/log/nginx/suitecrm.access;

<VirtualHost *:80>
DocumentRoot /var/www/vhosts/URL.com/crm/public/
<Directory /var/www/vhosts/URL.com/crm/public>
AllowOverride All
Order Allow,Deny
Allow from All

rewrite ^/$ https://crm.URL.com:80/ permanent;

2nd option is to enter direct into server & nginx configuration which i didn’t try because i didn’t know how to do?

any help is very much appreciated
thanks
stephan

anyone who can help?

Hi @seabusch ,

Can you confirm the following details:
SuiteCRM Version
PHP Version

please go through this link: Installation Guide of SuiteCRM 8 on Ubuntu 16/18/20

Hi @vijay1992

Can I ask why the PHP version is relevant?

Even you haven’t mentioned the PHP version and Ubuntu version on your Blog.

The thread was not even about the SuiteCRM 8!!

Sin php el software no corre, lo mismo que mysql que usas o phpmyadmin

I apologize for that.
I didn’t notice the topic related to Plesk ubuntu.