Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Fix issue #44
Browse files Browse the repository at this point in the history
  • Loading branch information
Josue-T committed Jan 18, 2023
1 parent 271bef9 commit da043c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ location __PATH__/ {

include uwsgi_params;
# Needed for long running operations in admin interface
proxy_pass http://localhost:__PORT__/;
proxy_pass http://127.0.0.1:__PORT__/;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_buffering off;
Expand Down

0 comments on commit da043c6

Please sign in to comment.