Explorar o código

添加 'default.conf'

sifu-gogs %!s(int64=2) %!d(string=hai) anos
pai
achega
7f60aa3f28
Modificáronse 1 ficheiros con 15 adicións e 0 borrados
  1. 15 0
      default.conf

+ 15 - 0
default.conf

@@ -0,0 +1,15 @@
+server {
+    #blue
+    listen       8682;
+    server_name  localhost;
+
+    location / {
+        root   html;
+        index  index.html index.htm;
+    }
+    
+    location ~ /prod-api/ {           
+        proxy_pass http://localhost:8181;
+    }
+    
+}