Pārlūkot izejas kodu

Use full path to included directories.

pull/4/head
Chris Smith 7 gadus atpakaļ
vecāks
revīzija
97afd26f74
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      nginx.tpl

+ 1
- 1
nginx.tpl Parādīt failu

@@ -8,7 +8,7 @@ server {
8 8
     ssl_trusted_certificate {{ service.trusted_certificate }};
9 9
     ssl_certificate_key {{ service.certificate_key }};
10 10
 
11
-    include {{ service.vhosts[0] }}/*.conf;
11
+    include /etc/nginx/conf.d/{{ service.vhosts[0] }}/*.conf;
12 12
 
13 13
     location / {
14 14
         proxy_pass {{ service.protocol }}://{{ service.host }}:{{ service.port }};

Notiek ielāde…
Atcelt
Saglabāt