mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 19:39:25 +08:00
Feat/optimize install wildcard support (#53)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
server {
|
||||
listen 80;
|
||||
server_name localhost;
|
||||
server_name _;
|
||||
|
||||
location /console/api {
|
||||
proxy_pass http://api:5001;
|
||||
|
||||
Reference in New Issue
Block a user