Hi I have an Apache web server in ubuntu 18.04.02 when I try to access my site (VTiger CRM 7.1) using my public IP it always redirects to my private IP
Current conf file
<VirtualHost *:80>
ServerAdmin admin@example.com
DocumentRoot /var/www/html/crm/
ServerName example.com
ServerAlias www.example.com
<Directory /var/www/html/crm/>
Options +FollowSymlinks
AllowOverride All
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
Firewall disabled