Skip to content

Instantly share code, notes, and snippets.

@ph00lt0
Created July 14, 2022 23:44
Show Gist options
  • Save ph00lt0/f0a83b9cb5b413d91409e5740da72687 to your computer and use it in GitHub Desktop.
Save ph00lt0/f0a83b9cb5b413d91409e5740da72687 to your computer and use it in GitHub Desktop.
Nginx Redirect Rule
server {
...
location / {
rewrite ^/app/uploads/armember/(.*)$ /vault.php?listing=$1 last;
}
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment