File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,41 @@ NETWORK=webproxy
7070# NGINX file path
7171#
7272NGINX_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
751104 . Run our start script
You can’t perform that action at this time.
0 commit comments