【Nginx】应用静态化配置
生活随笔
收集整理的這篇文章主要介紹了
【Nginx】应用静态化配置
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
前言
- nginx 1.15.11(下面的代碼在此版本測試通過)
- win10
應用靜態化方案
- springboot 應用
應用靜態化配置
location ~* ^/index.html {root "D:/www_static/wx";# $server_port端口,讓request.getServerPort()能夠獲取正確的端口proxy_set_header Host $host:$server_port;proxy_set_header Remote_Addr $remote_addr;proxy_set_header X-Real-IP $remote_addr;proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;# https請求轉成http請求時,weblogic設置proxy_set_header WL-Proxy-SSL true; # https請求轉成http請求時,tomcat設置proxy_set_header X-Forwarded-Proto $scheme;if ($query_string ~ ".*(?:^|\?|&)method=autoGenerateIndex(?:(?:&.*)|$)") {proxy_pass http://127.0.0.1:1011;break;}if (!-f "$document_root/index.html") {proxy_pass http://127.0.0.1:1011;break;} } location = / {rewrite /index /index.html last; } location ~* ^/index {rewrite /index /index.html last; }總結
以上是生活随笔為你收集整理的【Nginx】应用静态化配置的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: linux中,项目生成的文件的权限为-r
- 下一篇: 你还记得曾经那个QQ吗还记得当年qq