This commit is contained in:
2022-11-14 19:02:36 -07:00
parent 59d2ef6e44
commit 1fbb656d14
6 changed files with 86 additions and 4 deletions

View File

@ -8,9 +8,15 @@ http {
sendfile on;
keepalive_timeout 65;
server {
listen 5050;
listen 80;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name localhost;
include "includes/html.conf";
ssl_certificate "includes/localhost.crt";
ssl_certificate_key "includes/localhost.key";
ssl_protocols TLSv1.2 TLSv1.1 TLSv1;
# include "includes/html.conf";
include "includes/BaGet.conf";
error_page 500 502 503 504 /50x.html;
include "includes/html-error.conf";
}
@ -54,7 +60,7 @@ http {
include "includes/EAF-Viewer.Server.conf";
}
}
# mklink /J "C:\Users\phares\AppData\Local\IFXApps\nginx-1.20.1\conf" "L:\Git\NGINX-Conf\conf"
# mklink /J "C:\Users\mikep\AppData\Local\PharesApps\nginx-1.20.1\conf" "L:\Git\NGINX-Conf\conf"
# cd "C:\Users\ECMESEAF\AppData\Local\IFXApps\nginx-1.20.1"
# .\nginx -t
# .\nginx -s reload