Netbox Static Files directory #11149
Unanswered
EhtishamSabir
asked this question in
Q&A
Replies: 1 comment
-
The static files are served by your webserver (nginx, apache, etc.) and I would guess the webserver needs to be configured to do the automatic redirect to index.html if it exists for that url location / directory
—
Mark Tinberg ***@***.***>
Division of Information Technology-Network Services
University of Wisconsin-Madison
…________________________________
From: Ehtisham Sabir ***@***.***>
Sent: Friday, December 9, 2022 7:40 AM
To: netbox-community/netbox ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [netbox-community/netbox] Netbox Static Files directory (Discussion #11149)
I want to load index.html when I visit
https://X.X.X.X/static/docs/
but it displays this
Page not found (404)
Directory indexes are not allowed here.
It works fine when I visit https://X.X.X.X/static/docs/index.html
—
Reply to this email directly, view it on GitHub<#11149>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAS7UMZGEIUAMB7E4DSPBXDWMMZEDANCNFSM6AAAAAASZLQI7U>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to load index.html when I visit
https://X.X.X.X/static/docs/
but it displays this
Page not found (404)
Directory indexes are not allowed here.
It works fine when I visit https://X.X.X.X/static/docs/index.html
Beta Was this translation helpful? Give feedback.
All reactions