Refactored scripts to focues on compatibility with the real product.
This commit is contained in:
@@ -3,15 +3,30 @@
|
||||
# Replace "__ACCOUNT_NAME__" with a desired storage account name if needed
|
||||
__ACCOUNT_NAME__.blob.core.windows.net {
|
||||
tls __AZURITE_DIR__/__ACCOUNT_NAME___cert.pem __AZURITE_DIR__/__ACCOUNT_NAME___key.pem
|
||||
reverse_proxy 127.0.0.1:10000
|
||||
reverse_proxy https://__ACCOUNT_NAME__.blob.core.windows.net:10000 {
|
||||
transport http {
|
||||
tls
|
||||
tls_trust_pool file __AZURITE_DIR__/ca_cert.pem
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
__ACCOUNT_NAME__.queue.core.windows.net {
|
||||
tls __AZURITE_DIR__/__ACCOUNT_NAME___cert.pem __AZURITE_DIR__/__ACCOUNT_NAME___key.pem
|
||||
reverse_proxy 127.0.0.1:10001
|
||||
reverse_proxy https://__ACCOUNT_NAME__.queue.core.windows.net:10001 {
|
||||
transport http {
|
||||
tls
|
||||
tls_trust_pool file __AZURITE_DIR__/ca_cert.pem
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
__ACCOUNT_NAME__.table.core.windows.net {
|
||||
tls __AZURITE_DIR__/__ACCOUNT_NAME___cert.pem __AZURITE_DIR__/__ACCOUNT_NAME___key.pem
|
||||
reverse_proxy 127.0.0.1:10002
|
||||
reverse_proxy https://__ACCOUNT_NAME__.table.core.windows.net:10002 {
|
||||
transport http {
|
||||
tls
|
||||
tls_trust_pool file __AZURITE_DIR__/ca_cert.pem
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user