NumberChords services
This commit is contained in:
47
services/numberchords/numberchords.caddy
Normal file
47
services/numberchords/numberchords.caddy
Normal file
@@ -0,0 +1,47 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user