Explorar o código

Slight formatting improvement to static_file_cache_control documentation

Sámal Rasmussen %!s(int64=5) %!d(string=hai) anos
pai
achega
4730699321
Modificáronse 1 ficheiros con 4 adicións e 2 borrados
  1. 4 2
      docs/UserManual.md

+ 4 - 2
docs/UserManual.md

@@ -622,10 +622,12 @@ Set the `Cache-Control` header of static files responses.
 The string value will be used directly.
 The string value will be used directly.
 
 
 E.g. this config:
 E.g. this config:
-static_file_cache_control no-cache, max-age=31536000
+
+`static_file_cache_control no-cache, max-age=31536000`
 
 
 Will result in this header being added:
 Will result in this header being added:
-Cache-Control: no-cache, max-age=31536000
+
+`Cache-Control: no-cache, max-age=31536000`
 
 
 This will take precedence over the static\_file\_max\_age option.
 This will take precedence over the static\_file\_max\_age option.