Fix comment error in nginx support file

This commit is contained in:
Lucas Verney 2018-07-13 18:45:00 +02:00
parent da4a8d537d
commit 959578cfe9
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ server {
# Cache control
expires $expires;
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