Compare commits

..

1 Commits

Author SHA1 Message Date
fbfb1d0482 ssl 2023-09-18 16:09:53 -07:00
7 changed files with 106 additions and 44 deletions

View File

@ -0,0 +1,4 @@
location / {
root "D://Websites//Expose-MyIT//ClassDiagram";
try_files $uri $uri/ /index.html =404;
}

View File

@ -0,0 +1,4 @@
location / {
root "D://Websites//Expose-MyIT//Coverage";
try_files $uri $uri/ /index.html =404;
}

29
conf/includes/dex.conf Normal file
View File

@ -0,0 +1,29 @@
location ~* .(3gp|apng|avi|avif|bmp|css|cur|flv|gif|htm|html|ico|jfif|jpeg|jpg|js|mid|mov|mp3|mp4|mpeg|mpg|ogg|pdf|php|pjp|pjpeg|png|svg|tif|tiff|txt|wav|webp|wmf|wml|wmv|xml|xml)$ {
expires 1d;
index index.html index.htm;
# ln -s /etc/nginx/sites-available/json /etc/nginx/sites-enabled/
# ln -s /srv/samba/share/637998119172547651 /var/www/html/637998119172547651
# ln -s /var/www/html/NGINdeX.io /var/www/html/637998119172547651/NGINdeX.io
# ln -s /srv/git /var/www/html/637998119172547651/git
# root /var/www/html/637998119172547651;
# mklink /J "D:\Tmp\Phares\www\pictures" "D:\Documents\Pictures"
# mklink /J "D:\Tmp\Phares\www\NGINdeX.io" "L:\GitHub\NGINdeX.io"
root "D://Tmp//phares//www";
}
location / {
index index.html index.htm;
# root /var/www/html/637998119172547651;
# mklink /J "D:\Tmp\Phares\www\pictures" "D:\Documents\Pictures"
# mklink /J "D:\Tmp\Phares\www\NGINdeX.io" "L:\GitHub\NGINdeX.io"
root "D://Tmp//phares//www";
# First attempt to serve request as file, then
autoindex on;
# Send the data in JSON
autoindex_format json;
addition_types application/json;
# Calling from SERVERNAME/autoindex/*
add_before_body /NGINdeX.io/header.html;
add_after_body /NGINdeX.io/footer.html;
# Need to tell that we are sending HTML
add_header Content-Type text/html;
}

View File

@ -20,10 +20,10 @@ location / {
autoindex on; autoindex on;
# Send the data in JSON # Send the data in JSON
autoindex_format json; autoindex_format json;
addition_types application/json; # addition_types application/json;
# Calling from SERVERNAME/autoindex/* # Calling from SERVERNAME/autoindex/*
add_before_body /NGINdeX.io/header.html; # add_before_body /NGINdeX.io/header.html;
add_after_body /NGINdeX.io/footer.html; # add_after_body /NGINdeX.io/footer.html;
# Need to tell that we are sending HTML # Need to tell that we are sending HTML
add_header Content-Type text/html; # add_header Content-Type text/html;
} }

View File

@ -13,11 +13,11 @@ stateOrProvinceName_default = Arizona
localityName = Locality Name (eg, city) localityName = Locality Name (eg, city)
localityName_default = Mesa localityName_default = Mesa
organizationName = Organization Name (eg, company) organizationName = Organization Name (eg, company)
organizationName_default = localhost organizationName_default = Infineon Technologies Americas Corp.
organizationalUnitName = organizationalunit organizationalUnitName = organizationalunit
organizationalUnitName_default = Development organizationalUnitName_default = Development
commonName = Common Name (e.g. server FQDN or YOUR name) commonName = Common Name (e.g. server FQDN or YOUR name)
commonName_default = localhost commonName_default = mestsa008.infineon.com
commonName_max = 64 commonName_max = 64
[req_ext] [req_ext]
@ -27,8 +27,9 @@ subjectAltName = @alt_names
subjectAltName = @alt_names subjectAltName = @alt_names
[alt_names] [alt_names]
DNS.1 = localhost DNS.1 = mestsa008.infineon.com
DNS.2 = 127.0.0.1 DNS.2 = localhost
DNS.3 = 127.0.0.1
# https://webscoot.io/blog/create-self-signed-certificate-ubuntu-windows-nginx/ # https://webscoot.io/blog/create-self-signed-certificate-ubuntu-windows-nginx/
# cd "C:\Program Files\Git\usr\bin" # cd "C:\Program Files\Git\usr\bin"

View File

@ -0,0 +1,4 @@
location / {
root "D://Websites//Expose-MyIT//Client//wwwroot";
try_files $uri $uri/ /index.html =404;
}

View File

@ -7,24 +7,24 @@ http {
default_type application/octet-stream; default_type application/octet-stream;
sendfile on; sendfile on;
keepalive_timeout 65; keepalive_timeout 65;
server { # server {
listen 80; # listen 80;
listen 443 ssl http2; # listen 443 ssl http2;
listen [::]:443 ssl http2; # listen [::]:443 ssl http2;
server_name localhost; # server_name localhost;
ssl_certificate "includes/localhost.crt"; # ssl_certificate "includes/localhost.crt";
ssl_certificate_key "includes/localhost.key"; # ssl_certificate_key "includes/localhost.key";
ssl_protocols TLSv1.2 TLSv1.1 TLSv1; # ssl_protocols TLSv1.2 TLSv1.1 TLSv1;
# include "includes/html.conf"; # # include "includes/html.conf";
include "includes/BaGet.conf"; # include "includes/BaGet.conf";
error_page 500 502 503 504 /50x.html; # error_page 500 502 503 504 /50x.html;
include "includes/html-error.conf"; # include "includes/html-error.conf";
} # }
server { # server {
listen 4430; # listen 4430;
server_name iscn5cg1325c0x.infineon.com; # server_name iscn5cg1325c0x.infineon.com;
include "includes/BaGet.conf"; # include "includes/BaGet.conf";
} # }
server { server {
listen 5051; listen 5051;
server_name localhost; server_name localhost;
@ -33,34 +33,54 @@ http {
server { server {
listen 5052; listen 5052;
server_name localhost; server_name localhost;
include "includes/dex.conf";
}
# server {
# listen 5053;
# server_name localhost;
# include "includes/ProgramData.conf";
# }
server {
listen 5054;
server_name localhost;
include "includes/json.conf"; include "includes/json.conf";
} }
server { server {
listen 5053; listen 5055;
server_name localhost; server_name localhost;
include "includes/ProgramData.conf"; include "includes/wwwroot.conf";
} }
server { server {
listen 8080; listen 5056;
server_name ~(oi-metrology-viewer-archive).mes.infineon.com; server_name localhost;
location / { include "includes/Coverage.conf";
include "includes/Archive.conf";
}
} }
server { server {
listen 8080; listen 5057;
server_name ~(oi-metrology-viewer-prod).mes.infineon.com; server_name localhost;
location / { include "includes/ClassDiagram.conf";
include "includes/Viewer.conf";
}
}
server {
listen 8088;
server_name *.mes.infineon.com;
include "includes/EAF-Viewer.Server.conf";
} }
# server {
# listen 8080;
# server_name ~(oi-metrology-viewer-archive).mes.infineon.com;
# location / {
# include "includes/Archive.conf";
# }
# }
# server {
# listen 8080;
# server_name ~(oi-metrology-viewer-prod).mes.infineon.com;
# location / {
# include "includes/Viewer.conf";
# }
# }
# server {
# listen 8088;
# server_name *.mes.infineon.com;
# include "includes/EAF-Viewer.Server.conf";
# }
} }
# mklink /J "C:\Users\mikep\AppData\Local\PharesApps\nginx-1.20.1\conf" "L:\Git\NGINX-Conf\conf" # mklink /J "C:\Users\MESFISysAdmin\AppData\Local\IFXApps\nginx-1.20.1\conf" "L:\Git\NGINX-Conf\conf"
# cd "C:\Users\ECMESEAF\AppData\Local\IFXApps\nginx-1.20.1" # cd "C:\Users\ECMESEAF\AppData\Local\IFXApps\nginx-1.20.1"
# .\nginx -t # .\nginx -t
# .\nginx -s reload # .\nginx -s reload