Feat/optimize install wildcard support (#53)

This commit is contained in:
John Wang
2023-05-16 22:01:29 +08:00
committed by GitHub
parent 5fcd5c2499
commit 8847bb1e45
3 changed files with 24 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
server {
listen 80;
server_name localhost;
server_name _;
location /console/api {
proxy_pass http://api:5001;