{
	admin off
}
:80 {
	root * D:\download
	encode gzip zstd
	file_server {
		index index.html
	}
	php_fastcgi localhost:8080 {
		split .php
		index index.php
	}
	log {
		output file access.log
	}
}
:443 {
	root * D:\download
	encode gzip zstd
	file_server {
		index index.html
	}
	php_fastcgi localhost:8080 {
		split .php
		index index.php
	}
	log {
		output file access_ssl.log
	}
}
