Handle the smartgears_special_redirect case.

This commit is contained in:
Andrea Dell'Amico 2018-10-25 12:35:34 +02:00
parent dad0827eee
commit 6dd638ffee
1 changed files with 4 additions and 0 deletions

View File

@ -10,5 +10,9 @@ smartgears_tomcat_manager_exposed: False
smartgears_tomcat_manager_access_acls:
- { policy: 'allow', address: '0.0.0.0/0' }
# You can use smartgears_special_redirect to redirect whatever URL to another one, even changing the hostname (it must be an alias of the machine hostname if you want to maintain it local)
#smartgears_special_redirect:
# - { source_uri: '/', dest_host: 'hostname-alias', dest_url: 'service-url'}
smartgears_nginx_expose_tomcat_logs: False
smartgears_nginx_rw_html_root: False