Advertisement
gluk47

nginx sample config file

Jan 26th, 2016
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. server {
  2. listen 80;
  3. listen [::]:80;
  4. location /trac {
  5. proxy_pass http://127.0.0.1:47000/trac;
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement