This file contains 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
# This is a default site configuration which will simply return 404, preventing | |
# chance access to any other virtualhost. | |
resolver 172.17.0.1 valid=1s; | |
server { | |
listen 80; | |
server_name ~^(?<port>\d+)\.boniface\.pe$; | |
location / { |