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.
9 lines
487 B
Plaintext
9 lines
487 B
Plaintext
include mempool/production/nginx/server-common.conf;
|
|
include mempool/production/nginx/location-redirects.conf;
|
|
include mempool/production/nginx/location-api-v1-contributors.conf;
|
|
include mempool/production/nginx/location-api-v1-donations.conf;
|
|
include mempool/production/nginx/location-api-v1-donations-images.conf;
|
|
include mempool/production/nginx/location-api.conf;
|
|
include mempool/production/nginx/location-testnet-api.conf;
|
|
include mempool/production/nginx/location-signet-api.conf;
|