Skip to content

Commit fa4937d

Browse files
author
Aleksandr Penskoi
committed
Rename ctl.localho.st to ctl.localho.st, add ctl.localho.st domain.
How to check (with defaults): - http GET ctl.localho.st:8080/images - http GET ctl.localho.st:8080/fees
1 parent 167f300 commit fa4937d

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

config/nginx.conf

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,18 @@ http {
3333
}
3434
server {
3535
listen 80;
36-
server_name api.localho.st;
36+
server_name nft-mp-svr.localho.st;
3737
location / {
3838
proxy_set_header Host $host;
3939
proxy_pass http://nft-marketplace-server:9999;
40-
proxy_redirect off;
4140
}
4241
}
43-
}
42+
server {
43+
listen 80;
44+
server_name ctl.localho.st;
45+
location / {
46+
proxy_set_header Host $host;
47+
proxy_pass http://cardano-transaction-lib-server:8081;
48+
}
49+
}
50+
}

0 commit comments

Comments
 (0)