diff options
Diffstat (limited to 'service/static/config.go')
-rw-r--r-- | service/static/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/static/config.go b/service/static/config.go index ebc9af2a..eda459a7 100644 --- a/service/static/config.go +++ b/service/static/config.go @@ -17,7 +17,7 @@ type Config struct { // Example: .php, .exe, .bat, .htaccess and etc. Forbid []string - // Serve specifies list of exceptions which must always be served by static + // Always specifies list of extensions which must always be served by static // service, even if file not found. Always []string } |