in Nginx.conf I'm using below code
# Set OAuth Client details
set $client_id nginx_client;
set $client_secret nginx_secret;
Is there any way to obfuscate or hide the above hard-coded variables without using any external libraries for more secure way of defining those variables.