Actions
User story #4006
closedThe rudder vhost should not change the DocumentRoot needlessly but use an alias instead for the loading page
Pull Request:
UX impact:
Suggestion strength:
User visibility:
Effort required:
Name check:
Fix check:
Regression:
Description
The rudder vhost should not change the DocumentRoot needlessly but use an alias instead for the loading page
# Nice loading page if the Java server is not ready DocumentRoot /opt/rudder/share/load-page ErrorDocument 503 /rudder-loading.html
Should be:
DocumentRoot /var/www # Nice loading page if the Java server is not ready Alias /rudder-loading.html /opt/rudder/share/load-page/rudder-loading.html ErrorDocument 503 /rudder-loading.html
Actions