Fix comment error in nginx support file
This commit is contained in:
parent
da4a8d537d
commit
959578cfe9
@ -39,7 +39,7 @@ server {
|
|||||||
# Cache control
|
# Cache control
|
||||||
expires $expires;
|
expires $expires;
|
||||||
location ~* \.(?:woff2?|eot|ttf|otf?g) {
|
location ~* \.(?:woff2?|eot|ttf|otf?g) {
|
||||||
expires max; // Max caching for font files
|
expires max; # Max caching for font files
|
||||||
}
|
}
|
||||||
|
|
||||||
# Proxy pass the API calls to the server part
|
# Proxy pass the API calls to the server part
|
||||||
|
Loading…
Reference in New Issue
Block a user