ServerName {{ inventory_hostname }} ErrorLog ${APACHE_LOG_DIR}/nodepool-error.log LogLevel warn CustomLog ${APACHE_LOG_DIR}/nodepool-access.log combined ServerSignature Off SetOutputFilter DEFLATE RewriteEngine on RewriteRule ^/image-list$ http://127.0.0.1:8005/image-list [P] RewriteRule ^/dib-image-list$ http://127.0.0.1:8005/dib-image-list [P] RewriteRule ^/image-list.json$ http://127.0.0.1:8005/image-list.json [P] RewriteRule ^/dib-image-list.json$ http://127.0.0.1:8005/dib-image-list.json [P]