nginx: [emerg] unexpected end of file, expecting ";" or "}" in /etc/nginx/directadmin-ips.conf:62
# Auto generated apache config file by DirectAdmin version 1.45.4
# Modifying this file is not recommended as any changes you make will be
# overwritten when you add/remove ip's through DirectAdmin.
<VirtualHost MY.IP..115:80>
ServerName shared.domain
AliasMatch ^/~([^/]+)(/.*)* /home/$1/public_html$2
DocumentRoot /home/admin/domains/sharedip
SuexecUserGroup admin admin
CustomLog /var/log/httpd/homedir.log homedir
</VirtualHost>
<VirtualHost MY.IP..115:443>
SSLEngine on
SSLCertificateFile /etc/nginx/ssl.crt/server.crt
SSLCertificateKeyFile /etc/nginx/ssl.key/server.key
ServerName shared.domain
AliasMatch ^/~([^/]+)(/.*)* /home/$1/public_html$2
DocumentRoot /home/admin/domains/sharedip
SuexecUserGroup admin admin
CustomLog /var/log/httpd/homedir.log homedir
</VirtualHost>
<VirtualHost MY.IP..116:80>
ServerName shared.domain
AliasMatch ^/~([^/]+)(/.*)* /home/$1/public_html$2
DocumentRoot /home/admin/domains/sharedip
SuexecUserGroup admin admin
CustomLog /var/log/httpd/homedir.log homedir
</VirtualHost>
<VirtualHost MY.IP..116:443>
SSLEngine on
SSLCertificateFile /etc/nginx/ssl.crt/server.crt
SSLCertificateKeyFile /etc/nginx/ssl.key/server.key
ServerName shared.domain
AliasMatch ^/~([^/]+)(/.*)* /home/$1/public_html$2
DocumentRoot /home/admin/domains/sharedip
SuexecUserGroup admin admin
CustomLog /var/log/httpd/homedir.log homedir
</VirtualHost>
<VirtualHost MY.IP..118:80>
ServerName shared.domain
AliasMatch ^/~([^/]+)(/.*)* /home/$1/public_html$2
DocumentRoot /home/admin/domains/sharedip
SuexecUserGroup admin admin
CustomLog /var/log/httpd/homedir.log homedir
</VirtualHost>
<VirtualHost MY.IP..118:443>
SSLEngine on
SSLCertificateFile /etc/nginx/ssl.crt/server.crt
SSLCertificateKeyFile /etc/nginx/ssl.key/server.key
ServerName shared.domain
AliasMatch ^/~([^/]+)(/.*)* /home/$1/public_html$2
DocumentRoot /home/admin/domains/sharedip
SuexecUserGroup admin admin
CustomLog /var/log/httpd/homedir.log homedir
</VirtualHost>
# Auto generated apache config file by DirectAdmin version 1.45.4
# Modifying this file is not recommended as any changes you make will be
# overwritten when you add/remove ip's through DirectAdmin.
<VirtualHost MY.IP.115:80>
ServerName shared.domain
AliasMatch ^/~([^/]+)(/.*)* /home/$1/public_html$2
DocumentRoot /home/admin/domains/sharedip
SuexecUserGroup admin admin
CustomLog /var/log/httpd/homedir.log homedir
</VirtualHost>
<VirtualHost MY.IP.115:443>
SSLEngine on
SSLCertificateFile /etc/nginx/ssl.crt/server.crt
SSLCertificateKeyFile /etc/nginx/ssl.key/server.key
ServerName shared.domain
AliasMatch ^/~([^/]+)(/.*)* /home/$1/public_html$2
DocumentRoot /home/admin/domains/sharedip
SuexecUserGroup admin admin
CustomLog /var/log/httpd/homedir.log homedir
</VirtualHost>
<VirtualHost MY.IP.116:80>
ServerName shared.domain
AliasMatch ^/~([^/]+)(/.*)* /home/$1/public_html$2
DocumentRoot /home/admin/domains/sharedip
SuexecUserGroup admin admin
CustomLog /var/log/httpd/homedir.log homedir
</VirtualHost>
<VirtualHost MY.IP.116:443>
SSLEngine on
SSLCertificateFile /etc/nginx/ssl.crt/server.crt
SSLCertificateKeyFile /etc/nginx/ssl.key/server.key
ServerName shared.domain
AliasMatch ^/~([^/]+)(/.*)* /home/$1/public_html$2
DocumentRoot /home/admin/domains/sharedip
SuexecUserGroup admin admin
CustomLog /var/log/httpd/homedir.log homedir
</VirtualHost>
<VirtualHost MY.IP.118:80>
ServerName shared.domain
AliasMatch ^/~([^/]+)(/.*)* /home/$1/public_html$2
DocumentRoot /home/admin/domains/sharedip
SuexecUserGroup admin admin
CustomLog /var/log/httpd/homedir.log homedir
</VirtualHost>
<VirtualHost MY.IP.118:443>
SSLEngine on
SSLCertificateFile /etc/nginx/ssl.crt/server.crt
SSLCertificateKeyFile /etc/nginx/ssl.key/server.key
ServerName shared.domain
AliasMatch ^/~([^/]+)(/.*)* /home/$1/public_html$2
DocumentRoot /home/admin/domains/sharedip
SuexecUserGroup admin admin
CustomLog /var/log/httpd/homedir.log homedir
</VirtualHost>
# Auto generated apache config file by DirectAdmin version 1.45.4
# Modifying this file is not recommended as any changes you make will be
# overwritten when you add/remove ip's through DirectAdmin.
server {
listen MY.IP.115:80 default_server;
server_name _;
root /home/admin/domains/sharedip;
index index.html index.htm index.php;
include /usr/local/directadmin/data/users/admin/nginx_php.conf;
# deny access to apache .htaccess files
location ~ /\.ht
{
deny all;
}
include /etc/nginx/webapps.conf;
}
server {
listen MY.IP.115:443 default_server;
server_name _;
ssl on;
ssl_certificate /etc/nginx/ssl.crt/server.crt.combined;
ssl_certificate_key /etc/nginx/ssl.key/server.key;
ssl_session_cache shared:SSL:10m;
ssl_session_timeout 5m;
ssl_protocols SSLv3 TLSv1 TLSv1.1 TLSv1.2;
ssl_ciphers HIGH:!aNULL:!MD5;
ssl_prefer_server_ciphers on;
root /home/admin/domains/sharedip;
index index.html index.htm index.php;
include /usr/local/directadmin/data/users/admin/nginx_php.conf;
# deny access to apache .htaccess files
location ~ /\.ht
{
deny all;
}
include /etc/nginx/webapps.conf;
}
server {
listen MY.IP.116:80 default_server;
server_name _;
root /home/admin/domains/sharedip;
index index.html index.htm index.php;
include /usr/local/directadmin/data/users/admin/nginx_php.conf;
# deny access to apache .htaccess files
location ~ /\.ht
{
deny all;
}
include /etc/nginx/webapps.conf;
}
server {
listen MY.IP.116:443 default_server;
server_name _;
ssl on;
ssl_certificate /etc/nginx/ssl.crt/server.crt.combined;
ssl_certificate_key /etc/nginx/ssl.key/server.key;
ssl_session_cache shared:SSL:10m;
ssl_session_timeout 5m;
ssl_protocols SSLv3 TLSv1 TLSv1.1 TLSv1.2;
ssl_ciphers HIGH:!aNULL:!MD5;
ssl_prefer_server_ciphers on;
root /home/admin/domains/sharedip;
index index.html index.htm index.php;
include /usr/local/directadmin/data/users/admin/nginx_php.conf;
# deny access to apache .htaccess files
location ~ /\.ht
{
deny all;
}
include /etc/nginx/webapps.conf;
}
server {
listen MY.IP.118:80 default_server;
server_name _;
root /home/admin/domains/sharedip;
index index.html index.htm index.php;
include /usr/local/directadmin/data/users/admin/nginx_php.conf;
# deny access to apache .htaccess files
location ~ /\.ht
{
deny all;
}
include /etc/nginx/webapps.conf;
}
server {
listen MY.IP.118:443 default_server;
server_name _;
ssl on;
ssl_certificate /etc/nginx/ssl.crt/server.crt.combined;
ssl_certificate_key /etc/nginx/ssl.key/server.key;
ssl_session_cache shared:SSL:10m;
ssl_session_timeout 5m;
ssl_protocols SSLv3 TLSv1 TLSv1.1 TLSv1.2;
ssl_ciphers HIGH:!aNULL:!MD5;
ssl_prefer_server_ciphers on;
root /home/admin/domains/sharedip;
index index.html index.htm index.php;
include /usr/local/directadmin/data/users/admin/nginx_php.conf;
# deny access to apache .htaccess files
location ~ /\.ht
{
deny all;
}
include /etc/nginx/webapps.conf;
}