Prevent infinite loop bug when index.html is missed#2
Prevent infinite loop bug when index.html is missed#2AntonioArts wants to merge 2 commits intoopenware:masterfrom AntonioArts:add-httpd
Conversation
|
I will need a go based solution, not at the container level 1- first fix the infinte loop in the correct function, if index.html request a redirection because file is missing then we need to show an internal server error 500 |
/usr/share/httpd it's a hardcoded root for serving files. |
|
Added server startup check if index.html exists. Without mounted httpd folder server won't start because of lack of index.html file. So this only possible solution for now Added 404 page not found error if file do not exists. |
No description provided.