nginx解決瀏覽器訪問http自動轉向https問題

來源:互聯網
上載者:User

標籤:head   share   .com   param   問題   shared   uri   ict   配置   

nginx設定檔如下:

server {    listen       443 ssl http2;    server_name  zt.test.com;    ssl on;    ssl_protocols TLSv1 TLSv1.1 TLSv1.2;    ssl_ciphers ‘AES128+EECDH:AES128+EDH:!aNULL‘;    ssl_prefer_server_ciphers on;    ssl_session_cache shared:SSL:10m;    ssl_dhparam /etc/nginx/conf.d/ssl/dhparam.pem;    ssl_certificate     /etc/nginx/conf.d/ssl/test.com.crt;    ssl_certificate_key /etc/nginx/conf.d/ssl/test.com.key;#把下面的注釋掉就可以了    #add_header Strict-Transport-Security "max-age=63072000; includeSubdomains; preload";    access_log  /var/log/nginx/zt.test.log main;    set $web_url $host;    location / {        proxy_pass         http://staticweb.server;        proxy_set_header   Host             $host;        proxy_set_header   X-Real-IP        $remote_addr;        proxy_set_header   X-Forwarded-For  $proxy_add_x_forwarded_for;        set $domain default;        }}

  

nginx解決瀏覽器訪問http自動轉向https問題

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.