diff --git a/support/nginx/cyclassist.conf b/support/nginx/cyclassist.conf index 8de983f..beff03e 100644 --- a/support/nginx/cyclassist.conf +++ b/support/nginx/cyclassist.conf @@ -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