9

TIL: nginx conf does not support ' (single quotes) in comments.

2 hours of my day went out the window

Comments
  • 6
    EDIT: nginx does not support ' in comments when that comment is in a text block

    modsecurity_rules '

    ## we don't want that 'don't' in here

    '
  • 4
    Had a similar problem with a .env file, the reader I was using doesn't support quotes around values. Hours down the drain until I tracked the issue down.
Add Comment