Skip to content

Commit

Permalink
fix: Fix proxy URL in custom-nginx.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
drikusroor committed Feb 7, 2024
1 parent e1d7ecd commit 001ccbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/custom-nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ server {
# Proxy other /server/* requests to the Django app
location /server/ {
rewrite ^/server(/.*)$ $1 break;
proxy: [http://localhost:8000](http://localhost:8000 "http://localhost:8000/")
proxy: [http://localhost:8000](http://localhost:8000 "http://localhost:8000/");
}
}

0 comments on commit 001ccbd

Please sign in to comment.