Fix snippet escapes

This commit is contained in:
hnagato 2014-03-10 23:47:55 +09:00
parent 9a2c676362
commit 97b03b3ce4
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
'.source.nginx':
'log_format':
'prefix': 'log'
'body': 'log_format ncsacombo \'\\$remote_addr - \\$remote_user [\\$time_local] "\\$request" \\$status \\$body_bytes_sent "\\$http_referer" "\\$http_user_agent"\';'
'body': 'log_format ncsacombo \'\$remote_addr - \$remote_user [\$time_local] "\$request" \$status \$body_bytes_sent "\$http_referer" "\$http_user_agent"\';'