Fix path for SSL server

This commit is contained in:
Vincent Letourneau
2017-07-28 20:05:51 +02:00
parent 281c0a5e01
commit d7d8b08b29

View File

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