Guest User

Untitled

a guest
May 20th, 2018
125
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. listen 80;
  3. server_name gitea.mydomain.com;
  4. location / {
  5. proxy_pass http://localhost:3080;
  6. }
  7. }
Add Comment
Please, Sign In to add comment