Guest User

Untitled

a guest
Dec 10th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. server {
  2. listen 0.0.0.0:80;
  3. ...
  4. location / {
  5. proxy_pass https://127.0.0.1:8443;
  6. }
  7.  
  8. location /dashboard {
  9. proxy_pass https://127.0.0.1:8443;
  10. proxy_redirect off;
  11. }
  12. }
Add Comment
Please, Sign In to add comment