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 675a9e9 commit 5718d14
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .deploy/ssh/with-letsencrypt/conf.d/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ server {
ssl_certificate /etc/letsencrypt/live/apistagedts.gauzy.co/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/apistagedts.gauzy.co/privkey.pem;

return 200 'Let\'s Encrypt certificate successfully installed!';

# location / {
# proxy_pass http://api:3000;
# }
add_header Content-Type text/plain;
location / {
proxy_pass http://api:3000;
}

}

0 comments on commit 5718d14

Please sign in to comment.