Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@xhjcehust
xhjcehust / server.php
Created June 15, 2017 06:38
server.php
<?php
return [
'host' => '0.0.0.0',
'port' => 8030,
'config' => [
'worker_num' => 2,
'dispatch_mode' => 3,
],
'monitor' =>[
@xhjcehust
xhjcehust / zan-config
Created June 15, 2017 06:40
zan-config
resource/config/test/
├── README.md
├── connection
│   ├── mysql.php
│   ├── nova.php
│   └── redis.php
├── cookie.php
├── debug.php
├── loadBalancing.php
├── log.php
@xhjcehust
xhjcehust / debug.php
Created June 15, 2017 06:41
debug.php
<?php
return [
'debug' => true,
];
@xhjcehust
xhjcehust / nginx.conf
Created December 12, 2017 13:28 — forked from Stanback/nginx.conf
Example Nginx configuration for adding cross-origin resource sharing (CORS) support to reverse proxied APIs
#
# CORS header support
#
# One way to use this is by placing it into a file called "cors_support"
# under your Nginx configuration directory and placing the following
# statement inside your **location** block(s):
#
# include cors_support;
#
# As of Nginx 1.7.5, add_header supports an "always" parameter which