# NGINX redirect listing for Harpoon managed Shortlinks # Do not edit this file manually, it will be overwritten by Harpoon # # Site: AD # Domain: https://www.ad-magazin.de # Updated: 2023-10-06 08:07:22 # 2023-10-06 08:07:22 location ~* "^/s/testad$" { return 301 "https://www.ad-magazin.de/service/custom/newperspectives"; } # Fallback for non existing or invalid shortlinks location / { return 302 "https://www.ad-magazin.de"; }