Skip to content

Instantly share code, notes, and snippets.

@ingeit
Created October 17, 2019 23:54
Show Gist options
  • Save ingeit/9dfadb33eb7b7a5a0a95c580a1fdf7d9 to your computer and use it in GitHub Desktop.
Save ingeit/9dfadb33eb7b7a5a0a95c580a1fdf7d9 to your computer and use it in GitHub Desktop.
nginx policy redirect
location /policy/ {
alias /var/www/policy/;
index tyc.pdf;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment