-
Notifications
You must be signed in to change notification settings - Fork 49
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
Nginx issue #509
Comments
Can you share the zip file to have a look at it? |
It was my fault. I finally figured out that I shouldn't just zip up the |
Maybe issuing a warning in the api response when no |
Upload now tests whether an index.html file is present, and returns the following message if not: "File successfully uploaded, but no index.html found at root of archive." Fixes: #509
I'm running the commands as given in the readme, and I'm able to upload (using curl) a zipped folder containing the html output of Sphinx where
index.html
is at the top level, and I get a "success" response. (I'm building my docs using JupyterBook.) The project than shows up in the docat landing page, but navigating to the project docs itself returns an Nginx 404 error. I can upload a singleindex.html
file, and that displays. But the zipped directory is not working.The text was updated successfully, but these errors were encountered: