docker-compose environment for the entire v.st system
https://v.st/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
520 B
17 lines
520 B
# 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
|
|
```
|
|
|