mirror of
https://github.com/mempool/mempool.git
synced 2024-12-29 09:44:26 +01:00
4de1d017ad
* Refactor production nginx configuration files * Update README for new networks, SQL, etc.
8 lines
435 B
Plaintext
8 lines
435 B
Plaintext
include mempool/production/nginx/server-common.conf;
|
|
include mempool/production/nginx/location-api-v1-contributors.conf;
|
|
include mempool/production/nginx/location-api-v1-donations-images.conf;
|
|
include mempool/production/nginx/location-api-v1-donations.conf;
|
|
include mempool/production/nginx/location-api.conf;
|
|
include mempool/production/nginx/location-liquid-api.conf;
|
|
include mempool/production/nginx/location-liquidtestnet-api.conf;
|