簡體   English   中英

反向代理重定向http到https

[英]Reverse Proxy redirecction http to https

我有一個反向代理http到https。 該頁面詢問我的用戶名和密碼。 但是,當我輸入我的憑據時,它會將我重定向回主頁。 我要做什么才能進去?

這是我的虛擬主機:

    NameVirtualHost *:80

    ServerName myserver
    CustomLog "logs/access_proxy_log" combined
    ProxyRequests off
    SSLproxyEngine On
    SSLProxyVerify none
    SSLProxyCheckPeerName off
    SSLProxyCheckPeerCN off
    ProxyPass /  https://direccionip/
    ProxyPassReverse /  https://direccionip/

此鏈接將幫助您輕松地從http到https 301。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM