Skip to content
Snippets Groups Projects
Commit 8af031db authored by Blake Fitch's avatar Blake Fitch
Browse files

move to a default.conf file that is templated use macros for host name routing

parent f07add9a
No related branches found
No related tags found
1 merge request!1move to a default.conf file that is templated use macros for host name routing
......@@ -19,7 +19,8 @@ server {
}
server {
server_name tdavrods.mrdata.kyb.local;
#server_name tdavrods.mrdata.kyb.local;
server_name ${MRDENV_DAVRODS_HOSTNAME};
#proxy_cache one;
#proxy_cache_key $request_method$request_uri;
#proxy_cache_min_uses 1;
......@@ -40,7 +41,8 @@ server {
}
server {
server_name tforms.mrdata.kyb.local;
#server_name tforms.mrdata.kyb.local;
server_name ${MRDENV_FORMS_HOSTNAME};
#proxy_cache one;
#proxy_cache_key $request_method$request_uri;
#proxy_cache_min_uses 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment