Clear it in 3 steps
-
Start the environment
-
Investigate the target
-
Submit the flag
Several service configuration files exist under /etc. Some are decoys while others hold real clues, so read through them carefully, including comment lines.
Check the configuration files under /etc/nginx/sites-available/
Don't overlook comment lines (starting with #) in config files
grep -r across the whole directory is also effective