We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d36db69 commit fa2812fCopy full SHA for fa2812f
internal/mode/static/nginx/config/generator.go
@@ -17,7 +17,7 @@ const (
17
// httpFolder is the folder where NGINX HTTP configuration files are stored.
18
httpFolder = configFolder + "/conf.d"
19
20
- // streamFolder is the folder where NGINX HTTP configuration files are stored.
+ // streamFolder is the folder where NGINX Stream configuration files are stored.
21
streamFolder = configFolder + "/stream-conf.d"
22
23
// modulesIncludesFolder is the folder where the included "load_module" file is stored.
0 commit comments