Skip to content

Commit fa2812f

Browse files
Update comment in generator.go
Co-authored-by: Kate Osborn <[email protected]>
1 parent d36db69 commit fa2812f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/mode/static/nginx/config/generator.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const (
1717
// httpFolder is the folder where NGINX HTTP configuration files are stored.
1818
httpFolder = configFolder + "/conf.d"
1919

20-
// streamFolder is the folder where NGINX HTTP configuration files are stored.
20+
// streamFolder is the folder where NGINX Stream configuration files are stored.
2121
streamFolder = configFolder + "/stream-conf.d"
2222

2323
// modulesIncludesFolder is the folder where the included "load_module" file is stored.

0 commit comments

Comments
 (0)