totpprov: try and fix redirect tailing slash weirdness, from dkirwan
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
5e197078d3
commit
7f4d82cfea
1 changed files with 3 additions and 0 deletions
|
@ -72,6 +72,9 @@ data:
|
|||
Header set Cache-Control no-cache
|
||||
Header set Expires 0
|
||||
Alias /totpcgiprovision /var/www/totpcgi-provisioning
|
||||
{% if env == "staging" %}
|
||||
Alias /totpcgiprovision/ /var/www/totpcgi-provisioning
|
||||
{% endif %}
|
||||
AddHandler cgi-script .cgi
|
||||
|
||||
DocumentRoot /var/www/totpcgi-provisioning
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue