Guest User

Untitled

a guest
Aug 16th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. location /application/ {
  2. proxy_pass http://127.0.0.1:8085;
  3.  
  4. # Replace http calls to Google with https ones
  5. proxy_set_header Accept-Encoding "";
  6. sub_filter 'http://fonts.googleapis' 'https://fonts.googleapis';
  7. sub_filter_once off;
  8. access_log off;
  9. }
Add Comment
Please, Sign In to add comment