Hugo cdn and mime type

BaGet works with A Record
messa017.infineon.com
proxy_set_header X-Forwarded-Proto https;
ssl
This commit is contained in:
2023-09-18 16:06:40 -07:00
parent 59d2ef6e44
commit 6d3dd0bc87
17 changed files with 267 additions and 10 deletions

View File

@ -8,9 +8,20 @@ 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_certificate "includes/eaf-dev-reporting.mes.infineon.com.cer";
ssl_password_file "includes/eaf-dev-reporting.mes.infineon.com.pass";
ssl_certificate_key "includes/eaf-dev-reporting.mes.infineon.com.key";
ssl_protocols TLSv1.2 TLSv1.1 TLSv1;
# include "includes/html.conf";
include "includes/BaGet.conf";
include "includes/cdn.conf";
include "includes/OI-Metrology-Server.conf";
error_page 500 502 503 504 /50x.html;
include "includes/html-error.conf";
}
@ -34,6 +45,21 @@ http {
server_name localhost;
include "includes/ProgramData.conf";
}
server {
listen 5056;
server_name localhost;
include "includes/Hugo-Quartz.conf";
}
server {
listen 5057;
server_name localhost;
include "includes/Hugo-Quartz-Server.conf";
}
server {
listen 8011;
server_name localhost;
include "includes/Gogs.conf";
}
server {
listen 8080;
server_name ~(oi-metrology-viewer-archive).mes.infineon.com;
@ -54,7 +80,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