<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Times New Roman",serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif">Hello everyone<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif">We are noob on nginx and we are trying to configure a site that is in Windows IIS, we could configure the site with http:// but with https:// we can’t
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif">IIS Backend server<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif">10.228.20.113 application running on port 80 and 443<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif">Nginx reverse proxy<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif">10.228.20.99<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif">Version 1.17.9 on ubuntu bionic<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif">This is our config files<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif">nginx.conf<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif">user  nginx;<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif">worker_processes  auto;<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif">error_log  /var/log/nginx/error.log warn;<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif">pid        /var/run/nginx.pid;<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif">events {<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif">    worker_connections  1024;<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif">}<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif">http {<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif">    include       /etc/nginx/mime.types;<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif">    default_type  application/octet-stream;<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif">    log_format  main  '$remote_addr - $remote_user [$time_local] "$request" '<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif">                      '$status $body_bytes_sent "$http_referer" '<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif">                      '"$http_user_agent" "$http_x_forwarded_for"';<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif">    access_log  /var/log/nginx/access.log  main;<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif">    sendfile        on;<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif">    #tcp_nopush     on;<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif">    keepalive_timeout  65;<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif">    #gzip  on;<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif">    include /etc/nginx/conf.d/*.conf;<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif">}<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif">HTTP site config<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif">server {<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif">listen 80;<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif">server_name dev-kronos.mardom.com;<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif">    location / {<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif">   proxy_pass http://10.228.20.113;<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif">proxy_max_temp_file_size 0;<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif">}<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif">}<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif">HTTPS site config<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif">server {<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif">listen 443;<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif">server_name dev-kronos.mardom.com;<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif">location / {<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif">proxy_pass
<a href="https://10.228.20.113">https://10.228.20.113</a>;<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="ES-DO" style="font-size:14.0pt;font-family:"Times New Roman",serif">proxy_ssl_certificate /etc/nginx/certificados/dev-kronoscerts/cert.crt;<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif">proxy_ssl_certificate_key /etc/nginx/certificados/dev-kronoscerts/key.rsa;<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif">}<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif">}<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif">Could you help us please<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif">Regards<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt;font-family:"Times New Roman",serif"><o:p> </o:p></span></p>
</div>
<table style="width: 600px; " cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="font-size: 12pt; font-family: Arial,sans-serif; color: #012f85; padding-bottom: 6px; width: 259px; position: relative;">
<span style="position: absolute; bottom: 10px;"><span style="font-family: Arial, sans-serif; color: #012f85; font-weight: bold;">Johan Medina
</span><span style="font-family: Arial, sans-serif; color: #878787; font-size: 10pt;"><span style="font-family: Arial, sans-serif; color: #878787;"><br>
Administrador de Sistemas e Infraestructura</span></span> </span></td>
<td style="width: 141px; padding-bottom: 6px; text-align: right;"><img style="width: auto; height: 100px; border: 0;" src="https://mardompublic.blob.core.windows.net/signature/firma-email-2_02.jpg" alt="Logo" height="36" border="0"></td>
</tr>
<tr>
<td style="width: 400px; border-top: 1px solid; border-top-color: #012f85;" colspan="2" width="400">
 </td>
</tr>
<tr>
<td style="font-size: 10pt; font-family: Arial, sans-serif; color: #2c2c2c; width: 400px; line-height: 15px;" colspan="2" width="400">
<span style="font-family: Arial, sans-serif; color: #2c2c2c;">Departamento: <strong style="font-weight: 800;">
TECNOLOGIA</strong></span></td>
</tr>
<tr>
<td style="font-size: 10pt; font-family: Arial, sans-serif; color: #2c2c2c; width: 400px; line-height: 15px;" colspan="2" width="400">
<span style="font-family: Arial, sans-serif; color: #2c2c2c;">Central Tel: 809-539-600
<strong style="font-weight: 800;">Ext: 8139</strong></span></td>
</tr>
<tr>
<td style="font-size: 10pt; font-family: Arial, sans-serif; color: #2c2c2c; width: 400px; line-height: 15px;" colspan="2" width="400">
<span style="font-family: Arial, sans-serif; color: #2c2c2c;">Flota: <strong style="font-weight: 800;">
(809) 974-4954</strong></span></td>
</tr>
<tr>
<td style="font-size: 10pt; font-family: Arial, sans-serif; color: #2c2c2c; width: 400px; line-height: 15px;" colspan="2" width="400">
<span style="font-family: Arial, sans-serif; color: #2c2c2c;">Directo: <strong style="font-weight: 800;">
809 974-4954</strong></span></td>
</tr>
<tr>
<td style="font-size: 10pt; font-family: Arial, sans-serif; color: #2c2c2c; width: 400px; line-height: 15px;" colspan="2" width="400">
<span style="font-family: Arial, sans-serif; color: #2c2c2c;">Email: <strong style="font-weight: 800;">
jmedina@mardom.com</strong></span></td>
</tr>
<tr>
<td style="font-size: 10pt; font-family: Arial, sans-serif; color: #2c2c2c; width: 400px; line-height: 15px;" colspan="2" width="400">
<span style="font-family: Arial, sans-serif; color: #2c2c2c;">Web:<strong style="font-weight: 800;"><a style="color: #000; text-decoration: none;" href="https:://www.mardom.com" target="_blank">www.mardom.com</a></strong></span></td>
</tr>
<tr>
<td style="width: 400px;" colspan="2" width="400"> </td>
</tr>
<tr>
<td style="font-size: 10pt; font-family: Arial, sans-serif; color: #2c2c2c; width: 400px; line-height: 15px;" colspan="2" width="400">
<span style="display: inline-block; height: 15px;"><a style="text-decoration: none;" href="https://www.facebook.com/maritimadelcaribe" target="_blank"><img style="border: 0; height: 25px; width: 25px;" src="https://mardompublic.blob.core.windows.net/signature/facebook-mardom.png" alt="Facebook icon" width="25" height="25" border="0">
</a><a style="text-decoration: none;" href="https://www.instagram.com/maritimadelcaribe" target="_blank"><img style="border: 0; height: 25px; width: 25px;" src="https://mardompublic.blob.core.windows.net/signature/instagram-mardom.png" alt="Instagram icon" width="25" height="25" border="0">
</a><a style="text-decoration: none;" href="https://www.linkedin.com/company/maritima-dominicana-sas/?viewAsMember=true" target="_blank"><img style="border: 0; height: 25px; width: 25px;" src="https://mardompublic.blob.core.windows.net/signature/linkedin-mardom.png" alt="Linkedin icon" width="25" height="25" border="0">
</a><img style="border: 0; height: 25px; width: 25px;" src="https://mardompublic.blob.core.windows.net/signature/youtube-mardom.png" alt="Youtube icon" width="25" height="25" border="0">
</span></td>
</tr>
<tr>
<td style="width: 600px;" colspan="2" width="600"> </td>
</tr>
<tr>
<td style="width: 600px; padding-top: 4px;" colspan="2" width="600"><img style="width: 600px; height: auto; border: 0;" src="https://mardompublic.blob.core.windows.net/signature/logos-footer-email.jpg" alt="Banner" width="600" border="0"></td>
</tr>
<tr>
<td style="width: 600px;" colspan="2" width="600"> </td>
</tr>
<tr>
<td style="font-size: 8pt; font-family: Arial,sans-serif; color: #878787; width: 600px; text-align: justify;" colspan="2" width="400">
<span style="font-family: Arial, sans-serif; color: #878787;">Sea amable con el medio ambiente: no imprima este correo a menos que sea completamente necesario.
</span></td>
</tr>
</tbody>
</table>
</body>
</html>