inspec/test/unit/mock/files/nginx_quotesd_example.conf
Jerry Aldrich 9e8724ca6e nginx_conf resource: Fix include paths with quotes (#2726)
* 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>
2018-05-03 09:53:20 -04:00

4 lines
74 B
Text

server {
listen 8085;
server_name quotes.com www.quotes.com;
}