Skip to content

Commit eb22a09

Browse files
Update internal/mode/static/nginx/config/generator.go
Co-authored-by: Kate Osborn <[email protected]>
1 parent d36db69 commit eb22a09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)