Skip to content

Commit

Permalink
Plugin nginx-vhosts includes files in folder nginx.conf.d
Browse files Browse the repository at this point in the history
  • Loading branch information
motin committed Nov 16, 2014
1 parent 614a310 commit 580f89e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/nginx-vhosts/post-deploy
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ $SSL_DIRECTIVES
proxy_set_header X-Forwarded-Port \$server_port;
proxy_set_header X-Request-Start \$msec;
}
include $DOKKU_ROOT/$APP/nginx.conf.d/*.conf;
}
EOF

Expand All @@ -80,6 +81,7 @@ server {
proxy_set_header X-Forwarded-Port \$server_port;
proxy_set_header X-Request-Start \$msec;
}
include $DOKKU_ROOT/$APP/nginx.conf.d/*.conf;
}
EOF

Expand Down

0 comments on commit 580f89e

Please sign in to comment.