Skip to content

Commit 0c845fd

Browse files
committed
Fixed typo in nginx conf
1 parent e36106b commit 0c845fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nginx/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ http {
1717
keepalive_timeout 65;
1818
types_hash_max_size 2048;
1919

20-
include /etc/ngninx/conf.d/*.conf;
20+
include /etc/nginx/conf.d/*.conf;
2121

2222
}
2323

0 commit comments

Comments
 (0)