summaryrefslogtreecommitdiff
path: root/service
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2019-01-11 15:48:44 +0300
committerWolfy-J <[email protected]>2019-01-11 15:48:44 +0300
commit1e12b6ded87f8a89bf1cc88943cdba41ad4da8ed (patch)
treec8768ad398d9fa45f781c62cc91ec305cded2d7c /service
parent5b24b65e62a26f74b9f9bd9ee79c717ea0836892 (diff)
quickbuilds
Diffstat (limited to 'service')
-rw-r--r--service/static/config.go2
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
}