matomo-org / matomo-nginx

Nginx configuration for running Matomo
406 stars 121 forks source link

Fix indentation in matomo.conf #54

Closed Rixafy closed 5 years ago

Findus23 commented 5 years ago

Thanks, that's what happens, when I don't pay attention to tabs/spaces.

When I have more time, I'll add an editorconfig file to avoid this in the future.

Rixafy commented 5 years ago

Np, btw.. did you considered having application in non-www directory? There is no point to have whole source of application open to public and solving it with a really long nginx rules, maybe in next major version it could be only index.php + assets. So project skeleton would be something like:

/src
/tmp
/log
/public
composer.json