5 lines
171 B
Bash
5 lines
171 B
Bash
# Where the proxy data will be stored
|
|
NGINX_DATA=/path/to/nginx/data_folder
|
|
|
|
# Where the Letsencrypt data will be stored
|
|
NGINX_LETSENCRYPT=/path/to/letsencrypt/data_folder |