7980963
Results
1
comments of
7980963
This is my nginx configuration: ``` upstream docservice { server 192.168.4.3:9003; } map $http_host $this_host { "" $host; default $http_host; } map $http_x_forwarded_proto $the_scheme { default $http_x_forwarded_proto; "" $scheme; }...