Skip to content

Commit

Permalink
added server name
Browse files Browse the repository at this point in the history
  • Loading branch information
VladislavCR committed Feb 24, 2024
1 parent 5a4329b commit 691aa84
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;
server_name 89.23.117.80 devcodepet.tw1.ru 89.23.117.168;

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

0 comments on commit 691aa84

Please sign in to comment.