You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be great if you guys could parametrize the Apache configurations with environment variables. This will save the users the efforts to edit the Apache configuration manually.
Apache supports environment variables very well in /etc/apache2/envvars. These environment variables can be used in sites-available configuration. For example, instead of the line:
I think it would be great if you guys could parametrize the Apache configurations with environment variables. This will save the users the efforts to edit the Apache configuration manually.
Apache supports environment variables very well in
/etc/apache2/envvars
. These environment variables can be used insites-available
configuration. For example, instead of the line:ProxyPassReverse http://YOUR_SERVER_FQDN/
You could make it:
ProxyPassReverse http://${GITLAB_YOUR_SERVER_FQDN}/
And then this can be a variable and I can update my apache configuration without worrying about readjusting the configuration manualy.
Greetings.
The text was updated successfully, but these errors were encountered: