ソースを参照

Use full path to included directories.

pull/4/head
Chris Smith 7年前
コミット
97afd26f74
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      nginx.tpl

+ 1
- 1
nginx.tpl ファイルの表示

8
     ssl_trusted_certificate {{ service.trusted_certificate }};
8
     ssl_trusted_certificate {{ service.trusted_certificate }};
9
     ssl_certificate_key {{ service.certificate_key }};
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
     location / {
13
     location / {
14
         proxy_pass {{ service.protocol }}://{{ service.host }}:{{ service.port }};
14
         proxy_pass {{ service.protocol }}://{{ service.host }}:{{ service.port }};

読み込み中…
キャンセル
保存