Replies: 4 comments 1 reply
-
|
Hi @nicolargo , thanks for the nudging and moving my topic to a discussion. May be it is hidden in plain sight, but I don't understand why I am getting "Invalid HTTP request received." through a reverse proxy (SWAG). INFO: Started server process [3707641] Accessing glances from within the SWAG container works
|
Beta Was this translation helpful? Give feedback.
-
|
Hi @bondskin sorry but i did not know Swap. Is it using Nginx as reverse proxy ? If yes, what's your Nginx configuration ? |
Beta Was this translation helpful? Give feedback.
-
|
I use to make it work with the following Nginx configuration: https://github.com/nicolargo/glances/wiki/Reverse-proxy-to-the-Glances-Web-UI#nginx |
Beta Was this translation helpful? Give feedback.
-
|
Thank you so much, it works as expected. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Check the bug
Before filling this bug report, please search if a similar issue already exists.
In this case, just add a comment on this existing issue.
Describe the bug
Accessing glances locally works, once I am trying to access it through SWAG nginx proxy, I am getting "Invalid HTTP request received."
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Glances to show up
Screenshots
reverse proxy:
local access:
``
Environement (please complete the following information)
Operating System (lsb_release -a or OS name/version):
Description: Debian GNU/Linux 13 (trixie)
Release: 13
Codename: trixie
Glances & psutil versions:
docker exec -it glances sh
/app # glances -V
Glances version: 4.3.3
Glances API version: 4
PsUtil version: 7.0.0
Log file: /tmp/glances-root.log
How do you install Glances (Pypi package, script, package manager, source):
Docker
Glances test: ` To be completed with result of:
app # glances --issue
Additional context
Add any other context about the problem here.
Beta Was this translation helpful? Give feedback.
All reactions