KodeStar
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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/; |
|
|
|
} |
|
|
|
``` |
|
|
|