Browse Source

servers

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

+ 4
- 1
nginx.conf View File

32
 
32
 
33
 stream {
33
 stream {
34
     include /etc/nginx/conf.d/*-stream.conf;
34
     include /etc/nginx/conf.d/*-stream.conf;
35
-}
35
+}
36
+
37
+
38
+include /etc/nginx/conf.d/server.conf;

Loading…
Cancel
Save