Advertisement
Guest User

Untitled

a guest
Oct 18th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Nginx 0.21 KB | None | 0 0
  1. server {
  2.     # Stuff
  3.     server_name fireeye.brighttalk.com
  4.     location = /simplifying-security-operations-with-helix/ {
  5.         return 301 /the-double-edged-sword-of-cloud-security/;
  6.     }
  7.     # Stuff
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement