Advertisement
Guest User

Untitled

a guest
Nov 12th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. server{
  2. listen 80;
  3. server_name "zabbix1.myexternaldomain.com";
  4. location / {
  5. proxy_pass http://10.50.50.9/zabbix/;
  6. proxy_redirect off;
  7. proxy_set_header Host $host;
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement