Browse Source

sufix to avoid collitions

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

+ 1
- 1
nginx.conf View File

27
 
27
 
28
     #gzip  on;
28
     #gzip  on;
29
 
29
 
30
-    include /etc/nginx/conf.d/*.conf;
30
+    include /etc/nginx/conf.d/*-http.conf;
31
 }
31
 }
32
 
32
 
33
 stream {
33
 stream {

Loading…
Cancel
Save