Skip to content

Commit 6bedd81

Browse files
authored
Fix typo
1 parent fd7a7fa commit 6bedd81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/nginx.conf.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
user {{ main_template_user }};
2-
worker_processes {{ main_teamplate_worker_processes }};
2+
worker_processes {{ main_template_worker_processes }};
33

44
error_log /var/log/nginx/error.log {{ main_template_error_level }};
55
pid /var/run/nginx.pid;

0 commit comments

Comments
 (0)