From edd3b82e65f5e936bbbe726465bb6d0a810e18d3 Mon Sep 17 00:00:00 2001 From: Mike Phares Date: Tue, 6 Aug 2024 08:44:49 -0700 Subject: [PATCH] Port change Quartz testing --- conf/includes/www.conf | 7 ++++++- conf/nginx.conf | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/conf/includes/www.conf b/conf/includes/www.conf index 83febd8..d26b4e1 100644 --- a/conf/includes/www.conf +++ b/conf/includes/www.conf @@ -1,4 +1,9 @@ location / { - root "D://www"; + # root "D://www"; + # root "L://Git//jackyzha0-quartz-phares//public"; + root "L://DevOps//Mesa_FI//jackyzha0-quartz-infineon//public"; index index.html index.htm; + location / { + try_files $uri $uri.html $uri/ =404; + } } \ No newline at end of file diff --git a/conf/nginx.conf b/conf/nginx.conf index 8a343d2..e114a9f 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -9,8 +9,8 @@ http { keepalive_timeout 65; server { # listen 80; - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 4435 ssl http2; + listen [::]:4435 ssl http2; server_name localhost; # https://localhost ssl_certificate "includes/iscn5cg3256cps.infineon.com.crt";