1
0
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:
Gerasimos (Makis) Maropoulos
2021-11-19 14:13:42 +02:00
parent d62392bebc
commit 226a4cb064
15 changed files with 1166 additions and 1 deletions

View 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"