403 error after setting up data-importer #9518
Unanswered
filip-van-hoeckel
asked this question in
Q&A
Replies: 2 comments 7 replies
-
Try this config:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
After a nginx restart I can see the interface, however the css 404s. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
FF latest, NGINX on Ubuntu 20. FF is running happily. I installed the importer as per documentation. I use virtual hosts, so my importer would be at http://ff-importer.test/. When opening I get a 403 error. I checked folder rights and they do look correct to me. This is my host config
`server {
listen 80;
listen [::]:80;
}`
In the error log I see
2024/12/03 20:59:20 [error] 74340#74340: *574 directory index of "/var/www/data-importer/" is forbidden,...
which strikes me as odd as rights should be correct as I set these as per documentation. Please advise, thanks.
Beta Was this translation helpful? Give feedback.
All reactions