摘要: Example configuration http { ... server { listen 443 ssl; keepalive_timeout 70; ssl_protocols TLSv1 TLSv1.1 TLSv1.2; ssl_ciphers AES128-SHA:AES256-SHA 阅读全文
posted @ 2020-09-23 09:16 pengsn 阅读(468) 评论(0) 推荐(0) 编辑
摘要: proxy_pass // proxy_pass location / { proxy_pass http://localhost:8080; } // proxy_pass_header location /a { proxy_pass_header token; proxy_pass http: 阅读全文
posted @ 2020-09-23 09:11 pengsn 阅读(474) 评论(0) 推荐(0) 编辑