You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MK8S-25: Fix nginx root directory access with index.html
Add nginx root directory (/var/www/repositories/) to index.html creation
for scality repository. This fixes the error:
"directory index of /var/www/repositories/ is forbidden"
The health check and nginx now have proper index.html files at all levels:
- /var/www/repositories/index.html (nginx root)
- /var/www/repositories/metalk8s-131.0.0-dev/index.html (saltenv root)
- Repository-specific index.html files
This ensures nginx can serve directory requests when autoindex is disabled.
0 commit comments