# Extra sites to proxy through nginx This is useful if you have only one external IP and need to route to non-dockerized systems or things that live outside of the hackerspace-zone ecosystem. Drop files in here named `fully.qualified.example.com.conf` and they will be added to the nginx environment, plus `make certbot` will include them in the SSL cert that it retrieves. Note that `envsubst` will *NOT* be run on these files. For the SSL key and ciphers, please add: ``` include /etc/nginx/includes/ssl.conf ```