diff options
| -rw-r--r-- | etc/nginx.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/nginx.conf b/etc/nginx.conf index 5cbbeeb..3e7e546 100644 --- a/etc/nginx.conf +++ b/etc/nginx.conf | |||
| @@ -16,8 +16,6 @@ server { | |||
| 16 | listen 130.133.8.40:443 ssl; | 16 | listen 130.133.8.40:443 ssl; |
| 17 | listen 130.133.8.40:444 ssl; | 17 | listen 130.133.8.40:444 ssl; |
| 18 | server_name www.monitoring-plugins.org; | 18 | server_name www.monitoring-plugins.org; |
| 19 | ssl_certificate /home/plugins/etc/ssl/monitoring-plugins.crt; | ||
| 20 | ssl_certificate_key /home/plugins/etc/ssl/monitoring-plugins.key; | ||
| 21 | root /home/plugins/web/port-$server_port; | 19 | root /home/plugins/web/port-$server_port; |
| 22 | 20 | ||
| 23 | # | 21 | # |
