Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98341354
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Jan 12, 06:47
Size
879 B
Mime Type
text/x-diff
Expires
Tue, Jan 14, 06:47 (1 d, 14 h)
Engine
blob
Format
Raw Data
Handle
23564863
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
View Options
diff --git a/conf/uwsgi_params b/conf/uwsgi_params
index 52c6a4da..2c16a192 100644
--- a/conf/uwsgi_params
+++ b/conf/uwsgi_params
@@ -1,18 +1,18 @@
uwsgi_param QUERY_STRING $query_string;
uwsgi_param REQUEST_METHOD $request_method;
uwsgi_param CONTENT_TYPE $content_type;
uwsgi_param CONTENT_LENGTH $content_length;
uwsgi_param REQUEST_URI $request_uri;
uwsgi_param PATH_INFO $document_uri;
uwsgi_param DOCUMENT_ROOT $document_root;
uwsgi_param SERVER_PROTOCOL $server_protocol;
uwsgi_param HTTPS $https if_not_empty;
-uwsgi_param X-Real-IP $remote_addr;
+uwsgi_param X-Real-IP $http_x_forwarded_for;
uwsgi_param REMOTE_ADDR $remote_addr;
uwsgi_param REMOTE_PORT $remote_port;
uwsgi_param SERVER_PORT $server_port;
uwsgi_param SERVER_NAME $server_name;
Event Timeline
Log In to Comment