# NGINX redirect listing for Harpoon managed Shortlinks # Do not edit this file manually, it will be overwritten by Harpoon # # Site: GLAMOUR # Domain: http://54.194.59.95/cnServiceHarpoon/public/app.php # Updated: 2023-10-06 10:04:38 # 2023-10-06 10:04:38 location ~* "^/s/testingones$" { return 301 "http://34.244.102.65/cnServiceHarpoon/README.md"; } # Fallback for non existing or invalid shortlinks location / { return 302 "http://54.194.59.95/"; }