This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| # 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; |