mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 10:41:03 +01:00
18 lines
339 B
YAML
18 lines
339 B
YAML
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"
|