# vim: set ft=apache : RewriteEngine On RewriteCond %{HTTPS} !on RewriteRule /.* https://%{SERVER_NAME}$0 [R=301,L] ProxyRequests Off ProxyPass / http://localhost:9000/ nocanon ProxyPassReverse / http://localhost:9000/ RequestHeader set X-Graylog-Server-URL {{ graylog_server_url }} Require all granted