Javaholic
Results
1
issues of
Javaholic
When we read config and dump the config into another file, parenthesis will be missed from IF block
1
For Ex: If I have nginx.conf file as follow: http { #use epoll; server { server_name abc.com; listen 443; if ($host = abc.com) { return 404; } location ~ /hello/...