mirror of
https://github.com/inspec/inspec
synced 2024-11-23 21:23:29 +00:00
9e8724ca6e
* nginx_conf resource: Fix include paths with quotes * Move quote removal to `NginxParser` * Add parsers/tests for quotes in quotes Signed-off-by: Jerry Aldrich <jerryaldrichiii@gmail.com>
4 lines
74 B
Text
4 lines
74 B
Text
server {
|
|
listen 8085;
|
|
server_name quotes.com www.quotes.com;
|
|
}
|