Skip to content

Instantly share code, notes, and snippets.

@mb00g
Last active November 22, 2019 07:49
Show Gist options
  • Select an option

  • Save mb00g/19bbdedfe7335ee547e3 to your computer and use it in GitHub Desktop.

Select an option

Save mb00g/19bbdedfe7335ee547e3 to your computer and use it in GitHub Desktop.
alias nginx

Edit vhost.conf

Sisisapkan config berikut

location /iso/ {
  alias   /data/web/repo.jcamp.net/iso/;
  index  index.html index.htm index.php;
  autoindex on;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment