Skip to content

Commit 3f67c08

Browse files
authored
Update README.md
1 parent e2561ce commit 3f67c08

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

.github/README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,41 @@ NETWORK=webproxy
7070
# NGINX file path
7171
#
7272
NGINX_FILES_PATH=/path/to/your/nginx/data
73+
74+
#
75+
# NGINX use special conf files
76+
#
77+
# In case you want to add some special configuration to your NGINX Web Proxy you could
78+
# add your files to ./conf.d/ folder as of sample file 'uploadsize.conf'
79+
#
80+
# [WARNING] This setting was built to use our `start.sh`.
81+
#
82+
# [WARNING] Once you set this options to true all your files will be copied to data
83+
# folder (./data/conf.d). If you decide to remove this special configuration
84+
# you must delete your files from data folder ./data/conf.d.
85+
#
86+
#USE_NGINX_CONF_FILES=true
87+
88+
#
89+
# Docker Logging Config
90+
#
91+
# This section offers two options max-size and max-file, which follow the docker documentation
92+
# as follow:
93+
#
94+
# logging:
95+
# driver: "json-file"
96+
# options:
97+
# max-size: "200k"
98+
# max-file: "10"
99+
#
100+
#NGINX_WEB_LOG_MAX_SIZE=4m
101+
#NGINX_WEB_LOG_MAX_FILE=10
102+
103+
#NGINX_GEN_LOG_MAX_SIZE=2m
104+
#NGINX_GEN_LOG_MAX_FILE=10
105+
106+
#NGINX_LETSENCRYPT_LOG_MAX_SIZE=2m
107+
#NGINX_LETSENCRYPT_LOG_MAX_FILE=10
73108
```
74109

75110
4. Run our start script

0 commit comments

Comments
 (0)