gitea: 404 when clicking file
- Gitea version (or commit ref): 1.2.0
- Git version: 2.7.4
- Operating system: ubuntu 16.04.3
- Database (use
[x]):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
- Log gist:
Description
I set up my Gitea install with nginx and everything works fine, except when I click on a file name. When I click on a file, say, “index.php”, it immediately pops up with a 404. And not the pretty 404, but an unstyled nginx 404. Everything else works fine.
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 26 (6 by maintainers)
@gjsman I agree with you and there is already issue for that #89. Keeping such issues open that not directly relates to gitea just makes it hard to keep track on real gitea issues. That’s why we have Discord chat and Forum where you can ask support questions like this about configuration, deployment or anything else gitea related.
I think this part:
is conflicting with /projects/ as nginx is trying to find index.php first and then php steps in