fancoder / cryptonote-universal-pool

Mining pool for all CryptoNote based coins such as Bytecoin, duckNote, Monero, and Fantomcoin.
http://cryptonotemining.org
GNU General Public License v2.0
335 stars 308 forks source link

use cloudflare cdn api problem #100

Open zhiapp-com opened 6 years ago

zhiapp-com commented 6 years ago

nginx config location ~ ^/api/(.*) { proxy_pass http://127.0.0.1:8117/$1$is_args$args; } cloudflare do not use cdn api / stats normal display. but if use cdn garbled, is not gzip decompression?