Skip to content

Commit

Permalink
created action for gauzy api stage on digitalOcean droplet
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffrey1330 committed Mar 3, 2024
1 parent 3db0fc3 commit 1897ec2
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ http {
}

location / {
return 301 https://$host$request_uri;
proxy_pass http://api:3000;
}
# location / {
# return 301 https://$host$request_uri;
# }
}

server {
Expand Down

0 comments on commit 1897ec2

Please sign in to comment.