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
@vmcj Yes, it works. I know this works. I just accidentally discovered that there will be problems when accessing index.php directly. I have now temporarily added an nginx rule to fix this vulnerability.
Description of the problem
Using docker from https://hub.docker.com/r/domjudge/domserver
When access http://host/index.php it returns php file content instead of index page.
Your environment
Steps to reproduce
curl http://127.0.0.1/index.php
Expected behaviour
Return index page
Actual behaviour
Return the content of index.php
The text was updated successfully, but these errors were encountered: