Help setting up Netbox with a reverse proxy #15922
-
Beta Was this translation helpful? Give feedback.
Answered by
a084ed22
May 2, 2024
Replies: 1 comment
-
the files under /static/ are not served via gunicorn, but directly by the reverse proxy when this is installed on the same server as netbox. Since you have a different server, apache/nginx won't be able to access them directly. I'm uncertain whether it's possible to force gunicorn to serve the static assets. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tastatur-troll
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the files under /static/ are not served via gunicorn, but directly by the reverse proxy when this is installed on the same server as netbox. Since you have a different server, apache/nginx won't be able to access them directly. I'm uncertain whether it's possible to force gunicorn to serve the static assets.