Advertisement
Guest User

Untitled

a guest
Apr 16th, 2014
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. server {
  2. listen 80;
  3. server_name status.mydomain.com;
  4. location / {
  5. proxy_pass http://127.0.0.1/status$request_uri;
  6. proxy_set_header Host mydomain.com;
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement