Advertisement
xpoveda

Untitled

Apr 30th, 2019
374
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Nginx 0.35 KB | None | 0 0
  1.         server {
  2.                 listen 81;
  3.  
  4.                 location / {
  5.                         proxy_pass                    https://aaaaaaaaaaaaaaaaaaaaaaa.xxxxxxx.es;
  6.                         proxy_ssl_certificate         /etc/ssl/client.cert;
  7.                         proxy_ssl_certificate_key     /etc/ssl/client.key;
  8.              }
  9.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement