Guest User

Untitled

a guest
Jun 22nd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. server {
  2. listen 80;
  3. server_name webcloud9test.tk;
  4.  
  5.  
  6.  
  7. location / {
  8. proxy_set_header Host $host;
  9. proxy_pass http://127.0.0.1:8080;
  10. }
  11. }
Add Comment
Please, Sign In to add comment