We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d3bca0 commit 9b4168aCopy full SHA for 9b4168a
README.md
@@ -426,7 +426,8 @@ innodb_temp_data_file_path = ibtmp1:12M:autoextend:max:500M
426
server_name prod_server_name;
427
ssl_certificate /etc/nginx/ssl/nginx.crt;
428
ssl_certificate_key /etc/nginx/ssl/nginx.key;
429
-
+
430
+ charset UTF-8;
431
passenger_enabled on;
432
rails_env production;
433
root /home/deploy/OpenDSA-LTI/current/public;
0 commit comments