Skip to content

Commit

Permalink
Merge pull request #560 from rafsaf/fix-nginx-conf-typo
Browse files Browse the repository at this point in the history
twp_nginx.conf fix
  • Loading branch information
rafsaf authored Nov 15, 2024
2 parents a7107d1 + ecc8b04 commit a651160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/twp_nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ http {
uwsgi_pass unix:///tmp/uwsgi.sock;
include uwsgi_params;
real_ip_header X-Forwarded-For;
set_real_ip_from 172.16.0.0/12 # docker interface
set_real_ip_from 172.16.0.0/12; # docker interface
real_ip_recursive on;
proxy_set_header X-Forwarded-For "$http_x_forwarded_for, $realip_remote_addr";
}
Expand Down

0 comments on commit a651160

Please sign in to comment.