Skip to content

Commit

Permalink
nginx config
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohaodu committed Apr 26, 2024
1 parent 25eda83 commit 622a3b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-chat-x-vue/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ server {

listen 80;

server_name webchat.mayuan.work;
server_name webchatx.mayuan.work;

location ^~/api/ {
proxy_pass http://web-chat-x-express:8099/;
Expand Down

0 comments on commit 622a3b3

Please sign in to comment.