Guest User

Untitled

a guest
Oct 18th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. server {
  2. servername www.mydomain.com;
  3. location / {
  4. proxypass http://192.168.0.241:80;
  5. proxysetheader Host www.mydomain.com;
  6. }
  7. }
Add Comment
Please, Sign In to add comment