Add missing semicolon

This commit is contained in:
Girish Ramakrishnan
2014-06-28 21:44:58 -07:00
parent b50c70e9bb
commit b74725aabc
+1 -1
View File
@@ -1,6 +1,6 @@
server {
listen 443;
server_name <%= vhost %>
server_name <%= vhost %>;
ssl on;
include certificates.conf;
ssl_session_timeout 5m;