Skip to content

Commit 925db5d

Browse files
Update server_name directives in nginx configuration for llm.synehq.com and cosmos.lynxlab.tech to kole.synehq.com and cosmos.synehq.com respectively.
1 parent 5ba65a9 commit 925db5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nginx.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ http {
2727

2828
server {
2929
listen 80;
30-
server_name llm.synehq.com;
30+
server_name kole.synehq.com;
3131

3232
location / {
3333
access_by_lua_file /etc/nginx/lua/auth.lua;
@@ -55,7 +55,7 @@ http {
5555

5656
server {
5757
listen 80;
58-
server_name cosmos.lynxlab.tech;
58+
server_name cosmos.synehq.com;
5959

6060
location / {
6161
access_by_lua_file /etc/nginx/lua/auth.lua;

0 commit comments

Comments
 (0)