[Nginx] Pass args when redirecting to https
This commit is contained in:
		| @@ -34,7 +34,7 @@ server { | ||||
|   include /etc/nginx/conf.d/server_name.active; | ||||
|  | ||||
|   if ($non_internal) { | ||||
|     return 302 https://$server_name$request_uri; | ||||
|     return 302 https://$server_name$uri$is_args$args; | ||||
|   } | ||||
|  | ||||
|   error_log  /var/log/nginx/error.log; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user