浏览代码

更新 'default.conf'

sifu-gogs 2 年之前
父节点
当前提交
07a2acdf05
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      default.conf

+ 1 - 1
default.conf

@@ -8,7 +8,7 @@ server {
         index  index.html index.htm;
     }
     
-    location ~ /prod-api/ {           
+    location /prod-api/ {           
         proxy_pass http://blue-post-project-api-1:8080/;
     }