I have written a webUi in python (which is safely isolated from the internet, but I do not want the directory to be searchable).
How can I disable the directory listing if I use e.g. this link?
https://localhost:8080///
I have written a webUi in python (which is safely isolated from the internet, but I do not want the directory to be searchable).
How can I disable the directory listing if I use e.g. this link?
https://localhost:8080///