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.
- 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