Skip to content

Commit

Permalink
Merge pull request #69 from Pet-projects-CodePET/dev_docker
Browse files Browse the repository at this point in the history
added server name
  • Loading branch information
VladislavCR authored Feb 24, 2024
2 parents 8fbe23e + 691aa84 commit b5d40d4
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 b5d40d4

Please sign in to comment.