Skip to content

Syntax Error #67

@tyfai

Description

@tyfai

Hi,

I think there might be an error with the syntax of line 86 of https://github.com/matomo-org/matomo-nginx/blob/master/sites-available/matomo.conf.

I had to change it from:

location ~/(.*\.md|LEGALNOTICE|LICENSE) {`

To:

location ~ /(.*\.md|LEGALNOTICE|LICENSE) {

The difference is the space after the tilde character.

Then these files were served correctly by Nginx.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions