Port change
Quartz testing
This commit is contained in:
parent
41c7d181cd
commit
edd3b82e65
@ -1,4 +1,9 @@
|
|||||||
location / {
|
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;
|
index index.html index.htm;
|
||||||
|
location / {
|
||||||
|
try_files $uri $uri.html $uri/ =404;
|
||||||
|
}
|
||||||
}
|
}
|
@ -9,8 +9,8 @@ http {
|
|||||||
keepalive_timeout 65;
|
keepalive_timeout 65;
|
||||||
server {
|
server {
|
||||||
# listen 80;
|
# listen 80;
|
||||||
listen 443 ssl http2;
|
listen 4435 ssl http2;
|
||||||
listen [::]:443 ssl http2;
|
listen [::]:4435 ssl http2;
|
||||||
server_name localhost;
|
server_name localhost;
|
||||||
# https://localhost
|
# https://localhost
|
||||||
ssl_certificate "includes/iscn5cg3256cps.infineon.com.crt";
|
ssl_certificate "includes/iscn5cg3256cps.infineon.com.crt";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user