ssl_key: '/etc/pki/tls/private/wildcard.pixelpark.net-key.pem'
ssl_chain: '/etc/pki/tls/certs/wildcard.pixelpark.net-cert.pem'
ssl_proxyengine: On
- proxy_preserve_host: On
+ proxy_preserve_host: true
+
proxy_pass:
- - { path: /, url: 'https://localhost:9002/' }
+ - path: '/'
+ url: 'https://localhost:9002/'
+ reverse_cookies:
+ - path: '/yb2bacceleratorstorefront'
+ url: '/'
+
+# proxy_pass:
+# - { path: /, url: 'https://localhost:9002/' }
+
+ setenvif:
+ - 'HTTPS on HTTPS=on'
setenvifnocase:
- 'Request_URI \.(?:gif|jpe?g|png)$ no-gzip'