ServerName crmlanding.co.in
ServerAlias www.crmlanding.co.in
Redirect / https://crmlanding.co.in/
# ==========================================
# HTTPS Virtual Host for Reverse Proxy
# ==========================================
ServerName crmlanding.co.in
ServerAlias www.crmlanding.co.in
SSLEngine on
SSLCertificateFile /etc/ssl/certs/crmlanding.crt
SSLCertificateKeyFile /etc/ssl/private/crmlanding.key
ProxyPreserveHost On
RequestHeader unset Authorization
ErrorLog /var/log/apache2/crmlanding-error.log
CustomLog /var/log/apache2/crmlanding-access.log combined
# ---------------------------
# Jobcard Manager
# ---------------------------
ProxyPass "/jobcard_manager" \
"https://automotive-crmlanding.lightning.force.com/c/Jobcard_Manager.app"
ProxyPassReverse "/jobcard_manager" \
"https://automotive-crmlanding.lightning.force.com/c/Jobcard_Manager.app"
# ---------------------------
# Store Manager
# ---------------------------
ProxyPass "/storemanager" \
"https://democrml--dev5.sandbox.lightning.force.com/c/StoreManagerApp.app"
ProxyPassReverse "/storemanager" \
"https://democrml--dev5.sandbox.lightning.force.com/c/StoreManagerApp.app"
# ---------------------------
# Bay Management
# ---------------------------
ProxyPass "/baymanagement" \
"https://democrml--dev5.sandbox.lightning.force.com/c/BayManagementApp.app"
ProxyPassReverse "/baymanagement" \
"https://democrml--dev5.sandbox.lightning.force.com/c/BayManagementApp.app"