-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I need serving static resources #1419
Comments
Why can you not get quarkus to serve static files ? It should work like described in the documentation. What error do you get ? |
Hi phillip, I don't see the content that should be there |
Please can you share a reproducer app ? |
Hi Phillip https://github.com/Amilcar34/tu-emisora Project In Inizialize whit |
Ok so this is working for me. You have a lot of places where you have an index.html. The one that works is in |
In principle, I thank you very much for the follow-up you are giving me. To enter http://localhost:8080/ I don't see the index.html file as it looks like this: https://repo1.maven.org/maven2/zw/co/paynow/java-sdk/1.1.1/ I see white screen: |
That is because your index.html is empty. But it returns fine (200 OK). Try adding some html markup to the file |
So you want to have a directory listing rather than the rendered html. I am not sure how this can be done. @cescoffier can this be done with vertx-http extension ? |
Sorry for insisting but any help? |
I read this post
https://quarkus.io/guides/http-reference#from-a-local-directory
but I can't get my app to have this behavior
https://repo1.maven.org/maven2/
¿Is it possible for quarkus to have a navigation as an nginx server in static folder?
The text was updated successfully, but these errors were encountered: