Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellol77 committed Aug 16, 2024
1 parent 3ad282d commit 979945f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/nginx.conf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
server {
listen 3000;
listen 80;
server_name worry-is-bubble.com;

location /api/ {
location /api {
proxy_pass http://localhost:3000;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
Expand Down

0 comments on commit 979945f

Please sign in to comment.