File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Listen {{ env.IPXE_TLS_PORT }}
1515 Options Indexes FollowSymLinks
1616 Require all granted
1717 </Directory >
18- <Directory ~ " /shared/html/(redfish|ilo|images)/" >
18+ <Directory ~ " /shared/html/(redfish|ilo|images)/? " >
1919 Require all denied
2020 </Directory >
2121
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Listen {{ env.VMEDIA_TLS_PORT }}
2626 <Directory ~ " /shared/html" >
2727 Require all denied
2828 </Directory >
29- <Directory ~ " /shared/html/(redfish|ilo)/" >
29+ <Directory ~ " /shared/html/(redfish|ilo)/? " >
3030 Require all granted
3131 </Directory >
3232
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ DocumentRoot "/shared/html"
2525{% - endif %}
2626</Directory >
2727
28- <Directory ~ " /shared/html/(redfish|ilo)/" >
28+ <Directory ~ " /shared/html/(redfish|ilo)/? " >
2929{% - if env .IRONIC_VMEDIA_TLS_SETUP | lower == "true" %}
3030 Require all denied
3131{% - else %}
You can’t perform that action at this time.
0 commit comments