47 lines
813 B
Plaintext
47 lines
813 B
Plaintext
http://test.numberchords.com {
|
|
import https-redir
|
|
}
|
|
|
|
http://test.cijferakkoorden.nl {
|
|
import https-redir
|
|
}
|
|
|
|
http://api-test.numberchords.com {
|
|
import https-redir
|
|
}
|
|
|
|
http://identity-test.numberchords.com {
|
|
import https-redir
|
|
}
|
|
|
|
https://test.numberchords.com {
|
|
import https
|
|
import compression
|
|
import default-headers
|
|
log access
|
|
reverse_proxy nc-web:3000
|
|
}
|
|
|
|
https://test.cijferakkoorden.nl {
|
|
import https
|
|
import compression
|
|
import default-headers
|
|
log access
|
|
reverse_proxy nc-web:3000
|
|
}
|
|
|
|
https://api-test.numberchords.com {
|
|
import https
|
|
import compression
|
|
import default-headers
|
|
log access
|
|
reverse_proxy nc-api:8080
|
|
}
|
|
|
|
https://identity-test.numberchords.com {
|
|
import https
|
|
import compression
|
|
import default-headers
|
|
log access
|
|
reverse_proxy nc-identity:8080
|
|
} |