nginx tomcat 動靜分離配置

        location / {                     proxy_pass http://127.0.0.1:8080;                     # 真實的客戶端IP                     proxy_set_header   X-Real-IP        $remote_addr;                     # 請求
相關文章
相關標籤/搜索