From d7d8b08b2937353897b9fa16646c7534e2eaeb99 Mon Sep 17 00:00:00 2001 From: Vincent Letourneau Date: Fri, 28 Jul 2017 20:05:51 +0200 Subject: [PATCH] Fix path for SSL server --- etc/nginx/default.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/etc/nginx/default.conf b/etc/nginx/default.conf index 9074fa4..b62e955 100644 --- a/etc/nginx/default.conf +++ b/etc/nginx/default.conf @@ -23,19 +23,19 @@ server { # server { # server_name localhost; -# + # listen 443 ssl; # fastcgi_param HTTPS on; -# + # ssl_certificate /etc/ssl/server.pem; # ssl_certificate_key /etc/ssl/server.key; # ssl_protocols SSLv3 TLSv1 TLSv1.1 TLSv1.2; -# + # index index.php index.html; # error_log /var/log/nginx/error.log; # access_log /var/log/nginx/access.log; -# root /web/public; -# +# root /var/www/html/public; + # location ~ \.php$ { # try_files $uri =404; # fastcgi_split_path_info ^(.+\.php)(/.+)$;