Browse Source

Update readme.md

pull/11/head^2
KodeStar 7 years ago
committed by GitHub
parent
commit
607b173d4d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      readme.md

2
readme.md

@ -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/;
}
```

Loading…
Cancel
Save