Update readme.md

This commit is contained in:
KodeStar 2018-02-04 23:35:22 +00:00 committed by GitHub
parent 8b1b62fab0
commit 607b173d4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ Someone was using the same nginx setup to both run this and reverse proxy Plex,
Therefore, if your fonts aren't showing because you have a location for /web add the following
```
location /webfont {
location /webfonts {
try_files $uri $uri/;
}
```