Browse Source

Add shebang

pull/809/head
Andre Cantero 8 years ago
parent
commit
824ffa24f4
  1. 1
      deploy/kong.sh

1
deploy/kong.sh

@ -1,3 +1,4 @@
#!/usr/bin/env sh
# Note that ssl plugin should be available on Kong instance
# The hook will match cdomain to request_host, in case of multiple domain it will always take the first
# one (acme.sh behaviour).

Loading…
Cancel
Save