-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Reverse proxy to the Glances Web UI
Nicolas Hennion edited this page Sep 9, 2015
·
11 revisions
RewriteEngine on
RewriteCond %{HTTP_REFERER} ^https?://[^/]+/glances
RewriteCond %{REQUEST_URI} !^/glances
RewriteCond %{THE_REQUEST} ^GET
RewriteRule ^/(.*) /glances/$1 [QSA,R]
ProxyPass /glances/ http://localhost:61208/
ProxyPassReverse /glances/ http://localhost:61208/
Redirect permanent /glances http://host/glances/