Skip to content

Commit

Permalink
attempt #1: fix 405 error by adding proxy_pass to nginx.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratchet7x5 committed Dec 12, 2024
1 parent e823293 commit 271e655
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ http {

location / {
try_files $uri $uri/ /index.html;
proxy_pass https://auis-api.fly.dev;
}

# Additional configuration can be added here if needed
Expand Down

0 comments on commit 271e655

Please sign in to comment.