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)(/.+)$;