Skip to content

Commit 714b2aa

Browse files
authored
Merge pull request #13 from RDelorier/master
Fix typo
2 parents fd7a7fa + 6bedd81 commit 714b2aa

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)