소스 검색

chore: update docs

Jacky 3 일 전
부모
커밋
e500ce98e8
4개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      docs/guide/nginx-proxy-example.md
  2. 1 0
      docs/zh_CN/guide/nginx-proxy-example.md
  3. 1 0
      docs/zh_TW/guide/nginx-proxy-example.md
  4. 2 0
      go.mod

+ 1 - 0
docs/guide/nginx-proxy-example.md

@@ -36,6 +36,7 @@ server {
         proxy_set_header    Upgrade             $http_upgrade;
         proxy_set_header    Connection          $connection_upgrade;
         proxy_pass          http://127.0.0.1:9000/;
+        proxy_buffering     off;
     }
 }
 ```

+ 1 - 0
docs/zh_CN/guide/nginx-proxy-example.md

@@ -36,6 +36,7 @@ server {
         proxy_set_header    Upgrade             $http_upgrade;
         proxy_set_header    Connection          $connection_upgrade;
         proxy_pass          http://127.0.0.1:9000/;
+        proxy_buffering     off;
     }
 }
 ```

+ 1 - 0
docs/zh_TW/guide/nginx-proxy-example.md

@@ -36,6 +36,7 @@ server {
         proxy_set_header    Upgrade             $http_upgrade;
         proxy_set_header    Connection          $connection_upgrade;
         proxy_pass          http://127.0.0.1:9000/;
+        proxy_buffering     off;
     }
 }
 ```

+ 2 - 0
go.mod

@@ -313,6 +313,8 @@ require (
 )
 
 replace (
+	gorm.io/gorm => gorm.io/gorm v1.25.12
+	gorm.io/plugin/dbresolver => gorm.io/plugin/dbresolver v1.5.3
 	code.pfad.fr/risefront => github.com/nginxui/risefront v1.2.2
 	github.com/nikoksr/notify => github.com/nginxui/notify v0.0.0-20250331063720-85da6054fae8
 	github.com/tufanbarisyildirim/gonginx => github.com/0xJacky/gonginx v0.0.0-20250420001451-d120448e89a4