Skip to content

Commit f6dc59d

Browse files
authored
Update nginx/production_nginx.conf
1 parent 7a7478e commit f6dc59d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nginx/production_nginx.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ server {
22
listen 443 ssl;
33
ssl_certificate /etc/nginx/conf.d/ssl/sslcert.cert;
44
ssl_certificate_key /etc/nginx/conf.d/ssl/sslcert.key;
5-
ssl_password_file /etc/nginx/conf.d/ssl/sslpassword;
5+
# password file is optional, un-comment and generate/rename your file if required
6+
#ssl_password_file /etc/nginx/conf.d/ssl/sslpassword;
67
server_name $SERVER_NAME;
78
client_max_body_size 1200M;
89

0 commit comments

Comments
 (0)