We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6893d2a + 1ce5a1b commit f3581adCopy full SHA for f3581ad
contrib/uwsgi-sogs-proxied-socket.ini
@@ -21,6 +21,8 @@
21
# server_name mysite.com; # add _ here to make it the default if this is the only site being served
22
# location / {
23
# proxy_set_header X-Real-IP $remote_addr;
24
+# proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
25
+# proxy_set_header Host $host;
26
# include /etc/nginx/uwsgi_params;
27
# uwsgi_pass unix:///home/USER/session-pysogs/sogs.wsgi;
28
# }
contrib/uwsgi-sogs-proxied.ini
@@ -28,6 +28,8 @@
#
29
30
31
32
33
# proxy_pass http://127.3.2.1:4242$request_uri;
34
35
0 commit comments