mirror of
https://github.com/MatthewL246/pretendo-docker.git
synced 2026-05-05 21:17:31 -05:00
This sends all requests to *.pretendo.cc or *.pretendo.network coming from inside a container to the nginx container.
8 lines
175 B
Plaintext
8 lines
175 B
Plaintext
. {
|
|
log
|
|
rewrite name regex .*pretendo\.cc nginx
|
|
rewrite name regex .*pretendo\.network nginx
|
|
rewrite name regex .*minio minio
|
|
forward . /etc/resolv.conf
|
|
}
|