Browse Source

fix typo

master
Ignacio Falco 4 years ago
parent
commit
5bbab39576
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      nginx.conf

+ 1
- 1
nginx.conf View File

@@ -31,5 +31,5 @@ http {
31 31
 }
32 32
 
33 33
 stream {
34
-    include /etc/nginx/conf.d/*-stream.conf
34
+    include /etc/nginx/conf.d/*-stream.conf;
35 35
 }

Loading…
Cancel
Save