From 959578cfe92c38fca58efa3ef447fb6482493aa8 Mon Sep 17 00:00:00 2001 From: "Phyks (Lucas Verney)" Date: Fri, 13 Jul 2018 18:45:00 +0200 Subject: [PATCH] Fix comment error in nginx support file --- support/nginx/cyclassist.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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