Skip to content

Commit

Permalink
added domen for test server
Browse files Browse the repository at this point in the history
  • Loading branch information
VladislavCR committed Feb 28, 2024
1 parent 76531e2 commit 908f61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/nginx/nginx.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
server {
listen 80;
listen [::]:80;
server_name 89.23.117.80 devcodepet.tw1.ru 89.23.117.168;
server_name 89.23.117.80 devcodepet.tw1.ru 89.23.117.168 testcodepet.tw1.ru;

location /api/v1/ {
proxy_set_header Host $http_host;
Expand Down

0 comments on commit 908f61c

Please sign in to comment.