Packages

Bootleg task to upload nginx config to remote servers

Current section

Files

Jump to
bootleg_nginx_conf lib bootleg_nginx_conf.ex
Raw

lib/bootleg_nginx_conf.ex

defmodule BootlegNginxConf do
@moduledoc """
Documentation for `BootlegNginxConf`.
"""
@doc """
Hello world.
## Examples
iex> BootlegNginxConf.hello()
:world
"""
def hello do
:world
end
end