Compare commits
1 Commits
BIORAD4
...
mestsa008.
Author | SHA1 | Date | |
---|---|---|---|
fbfb1d0482 |
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
nginx-1.20.1
|
conf/includes/localhost.crt
|
||||||
|
conf/includes/localhost.key
|
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -6,6 +6,5 @@
|
|||||||
"files.exclude": {
|
"files.exclude": {
|
||||||
"**/.git": false
|
"**/.git": false
|
||||||
},
|
},
|
||||||
"coverage-gutters.coverageBaseDir": "./.vscode/ReportGenerator/Cobertura/*",
|
"coverage-gutters.coverageBaseDir": "./.vscode/ReportGenerator/Cobertura/*"
|
||||||
"thunder-client.saveToWorkspace": false
|
|
||||||
}
|
}
|
4
conf/includes/ClassDiagram.conf
Normal file
4
conf/includes/ClassDiagram.conf
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
location / {
|
||||||
|
root "D://Websites//Expose-MyIT//ClassDiagram";
|
||||||
|
try_files $uri $uri/ /index.html =404;
|
||||||
|
}
|
4
conf/includes/Coverage.conf
Normal file
4
conf/includes/Coverage.conf
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
location / {
|
||||||
|
root "D://Websites//Expose-MyIT//Coverage";
|
||||||
|
try_files $uri $uri/ /index.html =404;
|
||||||
|
}
|
@ -1 +0,0 @@
|
|||||||
https://intranet.infineon.com/
|
|
@ -1,31 +0,0 @@
|
|||||||
location /cdn/ {
|
|
||||||
root "D://web-sites//cdn";
|
|
||||||
autoindex on;
|
|
||||||
if ($request_method = 'OPTIONS') {
|
|
||||||
add_header 'Access-Control-Allow-Origin' '*';
|
|
||||||
add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS';
|
|
||||||
#
|
|
||||||
# Custom headers and headers various browsers *should* be OK with but aren't
|
|
||||||
#
|
|
||||||
add_header 'Access-Control-Allow-Headers' 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range';
|
|
||||||
#
|
|
||||||
# Tell client that this pre-flight info is valid for 20 days
|
|
||||||
#
|
|
||||||
add_header 'Access-Control-Max-Age' 1728000;
|
|
||||||
add_header 'Content-Type' 'text/plain; charset=utf-8';
|
|
||||||
add_header 'Content-Length' 0;
|
|
||||||
return 204;
|
|
||||||
}
|
|
||||||
if ($request_method = 'POST') {
|
|
||||||
add_header 'Access-Control-Allow-Origin' '*' always;
|
|
||||||
add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS' always;
|
|
||||||
add_header 'Access-Control-Allow-Headers' 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range' always;
|
|
||||||
add_header 'Access-Control-Expose-Headers' 'Content-Length,Content-Range' always;
|
|
||||||
}
|
|
||||||
if ($request_method = 'GET') {
|
|
||||||
add_header 'Access-Control-Allow-Origin' '*' always;
|
|
||||||
add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS' always;
|
|
||||||
add_header 'Access-Control-Allow-Headers' 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range' always;
|
|
||||||
add_header 'Access-Control-Expose-Headers' 'Content-Length,Content-Range' always;
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,9 +0,0 @@
|
|||||||
location / {
|
|
||||||
proxy_pass http://localhost:3001/;
|
|
||||||
proxy_set_header Host $host;
|
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
|
||||||
proxy_set_header Connection upgrade;
|
|
||||||
proxy_set_header Accept-Encoding gzip;
|
|
||||||
proxy_set_header X-Forwarded-Host $http_host;
|
|
||||||
proxy_set_header X-Forwarded-Proto $scheme;
|
|
||||||
}
|
|
@ -1,12 +1,20 @@
|
|||||||
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)$ {
|
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;
|
expires 1d;
|
||||||
index index.html index.htm;
|
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;
|
# 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";
|
root "D://Tmp//phares//www";
|
||||||
}
|
}
|
||||||
location / {
|
location / {
|
||||||
index index.html index.htm;
|
index index.html index.htm;
|
||||||
# root /var/www/html/637998119172547651;
|
# 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";
|
root "D://Tmp//phares//www";
|
||||||
# First attempt to serve request as file, then
|
# First attempt to serve request as file, then
|
||||||
autoindex on;
|
autoindex on;
|
||||||
|
@ -1,16 +0,0 @@
|
|||||||
|
|
||||||
server {
|
|
||||||
listen 443 ssl http2;
|
|
||||||
listen [::]:443 ssl http2;
|
|
||||||
server_name github;
|
|
||||||
# https://github
|
|
||||||
ssl_certificate "includes/localhost.crt";
|
|
||||||
ssl_certificate_key "includes/localhost.key";
|
|
||||||
ssl_protocols TLSv1.2 TLSv1.1 TLSv1;
|
|
||||||
location / {
|
|
||||||
root "D://Tmp//phares//www";
|
|
||||||
autoindex on;
|
|
||||||
}
|
|
||||||
error_page 500 502 503 504 /50x.html;
|
|
||||||
include "includes/html-error.conf";
|
|
||||||
}
|
|
@ -1,11 +1,20 @@
|
|||||||
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)$ {
|
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;
|
expires 1d;
|
||||||
index index.html index.htm;
|
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";
|
root "D://Tmp//phares//www";
|
||||||
}
|
}
|
||||||
location / {
|
location / {
|
||||||
index index.html index.htm;
|
index index.html index.htm;
|
||||||
# root /var/www/html/637998119172547651;
|
# 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";
|
root "D://Tmp//phares//www";
|
||||||
# First attempt to serve request as file, then
|
# First attempt to serve request as file, then
|
||||||
autoindex on;
|
autoindex on;
|
||||||
@ -17,31 +26,4 @@ location / {
|
|||||||
# 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;
|
||||||
if ($request_method = 'OPTIONS') {
|
|
||||||
add_header 'Access-Control-Allow-Origin' '*';
|
|
||||||
add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS';
|
|
||||||
#
|
|
||||||
# Custom headers and headers various browsers *should* be OK with but aren't
|
|
||||||
#
|
|
||||||
add_header 'Access-Control-Allow-Headers' 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range';
|
|
||||||
#
|
|
||||||
# Tell client that this pre-flight info is valid for 20 days
|
|
||||||
#
|
|
||||||
add_header 'Access-Control-Max-Age' 1728000;
|
|
||||||
add_header 'Content-Type' 'text/plain; charset=utf-8';
|
|
||||||
add_header 'Content-Length' 0;
|
|
||||||
return 204;
|
|
||||||
}
|
|
||||||
if ($request_method = 'POST') {
|
|
||||||
add_header 'Access-Control-Allow-Origin' '*' always;
|
|
||||||
add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS' always;
|
|
||||||
add_header 'Access-Control-Allow-Headers' 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range' always;
|
|
||||||
add_header 'Access-Control-Expose-Headers' 'Content-Length,Content-Range' always;
|
|
||||||
}
|
|
||||||
if ($request_method = 'GET') {
|
|
||||||
add_header 'Access-Control-Allow-Origin' '*' always;
|
|
||||||
add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS' always;
|
|
||||||
add_header 'Access-Control-Allow-Headers' 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range' always;
|
|
||||||
add_header 'Access-Control-Expose-Headers' 'Content-Length,Content-Range' always;
|
|
||||||
}
|
|
||||||
}
|
}
|
@ -17,7 +17,7 @@ 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 = biorad4
|
commonName_default = mestsa008.infineon.com
|
||||||
commonName_max = 64
|
commonName_max = 64
|
||||||
|
|
||||||
[req_ext]
|
[req_ext]
|
||||||
@ -27,6 +27,11 @@ subjectAltName = @alt_names
|
|||||||
subjectAltName = @alt_names
|
subjectAltName = @alt_names
|
||||||
|
|
||||||
[alt_names]
|
[alt_names]
|
||||||
DNS.1 = biorad4
|
DNS.1 = mestsa008.infineon.com
|
||||||
DNS.2 = localhost
|
DNS.2 = localhost
|
||||||
DNS.3 = 127.0.0.1
|
DNS.3 = 127.0.0.1
|
||||||
|
|
||||||
|
# https://webscoot.io/blog/create-self-signed-certificate-ubuntu-windows-nginx/
|
||||||
|
# cd "C:\Program Files\Git\usr\bin"
|
||||||
|
# openssl
|
||||||
|
# req -x509 -nodes -days 365 -newkey rsa:2048 -keyout L:\Git\NGINX-Conf\conf\includes\localhost.key -out L:\Git\NGINX-Conf\conf\includes\localhost.crt -config L:\Git\NGINX-Conf\conf\includes\localhost.conf
|
@ -1,28 +0,0 @@
|
|||||||
server {
|
|
||||||
listen 4439 ssl http2;
|
|
||||||
listen [::]:4439 ssl http2;
|
|
||||||
# https://oi-metrology-viewer-prod
|
|
||||||
server_name oi-metrology-viewer-prod;
|
|
||||||
# http://oi-metrology-viewer-prod:8080
|
|
||||||
ssl_certificate "includes/oi-metrology-viewer-prod.cer";
|
|
||||||
ssl_certificate_key "includes/oi-metrology-viewer-prod.key";
|
|
||||||
ssl_password_file "includes/oi-metrology-viewer-prod.pass";
|
|
||||||
ssl_protocols TLSv1.2 TLSv1.1 TLSv1;
|
|
||||||
location / {
|
|
||||||
autoindex on;
|
|
||||||
root "D://Tmp//phares//wwwroot";
|
|
||||||
}
|
|
||||||
location /api/ {
|
|
||||||
proxy_http_version 1.1;
|
|
||||||
proxy_cache_bypass $http_upgrade;
|
|
||||||
proxy_pass http://localhost:5002;
|
|
||||||
proxy_set_header Host $http_host;
|
|
||||||
proxy_set_header Connection keep-alive;
|
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
|
||||||
proxy_set_header X-Forwarded-Proto https;
|
|
||||||
}
|
|
||||||
error_page 500 502 503 504 /50x.html;
|
|
||||||
include "includes/html-error.conf";
|
|
||||||
}
|
|
||||||
|
|
||||||
# see pipeline yml
|
|
@ -1,31 +0,0 @@
|
|||||||
server {
|
|
||||||
listen 5050;
|
|
||||||
server_name localhost;
|
|
||||||
include "includes/html.conf";
|
|
||||||
error_page 500 502 503 504 /50x.html;
|
|
||||||
include "includes/html-error.conf";
|
|
||||||
}
|
|
||||||
server {
|
|
||||||
listen 8081;
|
|
||||||
server_name localhost;
|
|
||||||
location / {
|
|
||||||
index index.html index.htm;
|
|
||||||
root "D://IFXApps//Logs";
|
|
||||||
# First attempt to serve request as file, then
|
|
||||||
autoindex on;
|
|
||||||
# Send the data in JSON
|
|
||||||
autoindex_format json;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
server {
|
|
||||||
listen 8082;
|
|
||||||
server_name localhost;
|
|
||||||
location / {
|
|
||||||
index index.html index.htm;
|
|
||||||
root "C://Program Files//Accent";
|
|
||||||
# First attempt to serve request as file, then
|
|
||||||
autoindex on;
|
|
||||||
# Send the data in JSON
|
|
||||||
autoindex_format json;
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,4 +1,4 @@
|
|||||||
location / {
|
location / {
|
||||||
root "D://wwwroot";
|
root "D://Websites//Expose-MyIT//Client//wwwroot";
|
||||||
try_files $uri $uri/ /index.html =404;
|
try_files $uri $uri/ /index.html =404;
|
||||||
}
|
}
|
@ -4,8 +4,83 @@ events {
|
|||||||
}
|
}
|
||||||
http {
|
http {
|
||||||
include "includes/mime.types";
|
include "includes/mime.types";
|
||||||
include "includes/stratus.conf";
|
|
||||||
default_type application/octet-stream;
|
default_type application/octet-stream;
|
||||||
sendfile on;
|
sendfile on;
|
||||||
keepalive_timeout 65;
|
keepalive_timeout 65;
|
||||||
|
# server {
|
||||||
|
# listen 80;
|
||||||
|
# listen 443 ssl http2;
|
||||||
|
# listen [::]:443 ssl http2;
|
||||||
|
# server_name localhost;
|
||||||
|
# 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";
|
||||||
|
# }
|
||||||
|
# server {
|
||||||
|
# listen 4430;
|
||||||
|
# server_name iscn5cg1325c0x.infineon.com;
|
||||||
|
# include "includes/BaGet.conf";
|
||||||
|
# }
|
||||||
|
server {
|
||||||
|
listen 5051;
|
||||||
|
server_name localhost;
|
||||||
|
include "includes/www.conf";
|
||||||
}
|
}
|
||||||
|
server {
|
||||||
|
listen 5052;
|
||||||
|
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";
|
||||||
|
}
|
||||||
|
server {
|
||||||
|
listen 5055;
|
||||||
|
server_name localhost;
|
||||||
|
include "includes/wwwroot.conf";
|
||||||
|
}
|
||||||
|
server {
|
||||||
|
listen 5056;
|
||||||
|
server_name localhost;
|
||||||
|
include "includes/Coverage.conf";
|
||||||
|
}
|
||||||
|
server {
|
||||||
|
listen 5057;
|
||||||
|
server_name localhost;
|
||||||
|
include "includes/ClassDiagram.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\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"
|
||||||
|
# .\nginx -t
|
||||||
|
# .\nginx -s reload
|
||||||
|
Reference in New Issue
Block a user