mirror of
https://github.com/kataras/iris.git
synced 2025-12-29 07:47:22 +00:00
add one more project structure recommendation
This commit is contained in:
17
_examples/project/server.yml
Normal file
17
_examples/project/server.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
ServerName: My Project
|
||||
Host: 0.0.0.0
|
||||
Port: 80
|
||||
EnableCompression: true
|
||||
AllowOrigin: "*"
|
||||
Iris:
|
||||
# Defaults to info.
|
||||
LogLevel: info
|
||||
# Defaults to false.
|
||||
EnableOptimizations: true
|
||||
# Defaults to empty.
|
||||
RemoteAddrHeaders:
|
||||
- "X-Real-Ip"
|
||||
- "X-Forwarded-For"
|
||||
- "CF-Connecting-IP"
|
||||
- "True-Client-Ip"
|
||||
- "X-Appengine-Remote-Addr"
|
||||
Reference in New Issue
Block a user