Skip to content

Instantly share code, notes, and snippets.

#
# Example of nginx config to proxy the port 443 to port 7547
# Adding a certificate and Basic Auth in the process
#
server {
listen 443;
server_name abc.def.example.com;