Merge "Add missing / to mariadb proxy cache config"

This commit is contained in:
Zuul 2018-06-25 21:48:49 +00:00 committed by Gerrit Code Review
commit c71f690666
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ LogFormat "%h %l %u %t \"%r\" %>s %b %{cache-status}e \"%{Referer}i\" \"%{User-a
# MariaDB
CacheEnable disk "/mariadb"
ProxyPass "/mariadb/" "https://downloads.mariadb.org/" ttl=120 keepalive=On retry=0
ProxyPassReverse "/mariadb" "https://downloads.mariadb.org/"
ProxyPassReverse "/mariadb/" "https://downloads.mariadb.org/"
</VirtualHost>
<VirtualHost <%= @vhost_name %>:8081>