Skip to content

The escape character will be lost #2

Open
@ivyswen

Description

@ivyswen

I executed . /nginx-formatter in the config file directory

        if ($http_user_agent ~ (Edg|Sogou\ web|Semrushbot|Scrapy|Curl)) {
            return 403; }
            }

After formatting it will become

    if ($http_user_agent ~ (Edg|Sogou web|Semrushbot|Scrapy|Curl)) {
      return 403; }
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions