update: streamlined run-server.sh with entrypoint.sh.
This commit is contained in:
@@ -3,15 +3,15 @@
|
||||
# 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 localhost:10000
|
||||
reverse_proxy 127.0.0.1:10000
|
||||
}
|
||||
|
||||
__ACCOUNT_NAME__.queue.core.windows.net {
|
||||
tls __AZURITE_DIR__/__ACCOUNT_NAME___cert.pem __AZURITE_DIR__/__ACCOUNT_NAME___key.pem
|
||||
reverse_proxy localhost:10001
|
||||
reverse_proxy 127.0.0.1:10001
|
||||
}
|
||||
|
||||
__ACCOUNT_NAME__.table.core.windows.net {
|
||||
tls __AZURITE_DIR__/__ACCOUNT_NAME___cert.pem __AZURITE_DIR__/__ACCOUNT_NAME___key.pem
|
||||
reverse_proxy localhost:10002
|
||||
reverse_proxy 127.0.0.1:10002
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user