Compare commits
1 Commits
messa010ec
...
CDE4
Author | SHA1 | Date | |
---|---|---|---|
00091bf32d |
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
nginx-1.20.1
|
|
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
|
|
||||||
}
|
}
|
@ -1 +0,0 @@
|
|||||||
location / { proxy_pass http://localhost:5006; }
|
|
@ -1,23 +0,0 @@
|
|||||||
location / {
|
|
||||||
proxy_http_version 1.1;
|
|
||||||
proxy_cache_bypass $http_upgrade;
|
|
||||||
proxy_pass http://localhost:5555;
|
|
||||||
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;
|
|
||||||
}
|
|
||||||
|
|
||||||
# sc create "Baget-5555" start= delayed-auto DisplayName="Baget-5555" binPath= "C:\Users\phares\AppData\Local\IFXApps\BaGet\src\BaGet\bin\Release\net6.0\win-x64\publish\BaGet.exe" obj= "infineon\phares" password= ""
|
|
||||||
|
|
||||||
# $source = "C:\Users\ecphares\.nuget\packages"
|
|
||||||
# $destination = "http://localhost:5555/v3/index.json"
|
|
||||||
# & nuget.exe setapikey "ApiKey" -Source $destination
|
|
||||||
# $packages = nuget list -AllVersions -Source $source
|
|
||||||
# $packages | % {
|
|
||||||
# $id, $version = $_ -Split " "
|
|
||||||
# $nupkg = $id + "." + $version + ".nupkg"
|
|
||||||
# $path = [IO.Path]::Combine($source, $id, $version, $nupkg)
|
|
||||||
# Write-Host "nuget.exe push -Source $destination ""$path"""
|
|
||||||
# & nuget.exe push -Source $destination $path
|
|
||||||
# }
|
|
@ -1 +0,0 @@
|
|||||||
location / { proxy_pass http://localhost:5006; }
|
|
@ -1,6 +0,0 @@
|
|||||||
location ~* ^.+\.(application|manifest|deploy|msu|msp) {
|
|
||||||
#root html;
|
|
||||||
#root "C:\\Users\\mesedasvc\\AppData\\Local\\IFXApps\\nginx-1.20.1\\html";
|
|
||||||
#root "D:\\ProgramData\\ClickOnce";
|
|
||||||
root "D:\\ProgramData";
|
|
||||||
}
|
|
@ -1 +0,0 @@
|
|||||||
location / { proxy_pass http://localhost:5004; }
|
|
@ -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,25 +0,0 @@
|
|||||||
server {
|
|
||||||
server_name phares3757.ddns.net;
|
|
||||||
location / {
|
|
||||||
proxy_pass http://localhost:8007/;
|
|
||||||
proxy_set_header Host $host;
|
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
|
||||||
proxy_set_header Connection upgrade;
|
|
||||||
proxy_set_header Accept-Encoding gzip;
|
|
||||||
}
|
|
||||||
listen [::]:443 ssl ipv6only=on; # managed by Certbot
|
|
||||||
listen 443 ssl; # managed by Certbot
|
|
||||||
ssl_certificate /etc/letsencrypt/live/phares3757.ddns.net/fullchain.pem; # managed by Certbot
|
|
||||||
ssl_certificate_key /etc/letsencrypt/live/phares3757.ddns.net/privkey.pem; # managed by Certbot
|
|
||||||
include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot
|
|
||||||
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot
|
|
||||||
}
|
|
||||||
server {
|
|
||||||
if ($host = phares3757.ddns.net) {
|
|
||||||
return 301 https://$host$request_uri;
|
|
||||||
} # managed by Certbot
|
|
||||||
listen 80;
|
|
||||||
listen [::]:80;
|
|
||||||
server_name phares3757.ddns.net;
|
|
||||||
return 404; # managed by Certbot
|
|
||||||
}
|
|
@ -1,8 +0,0 @@
|
|||||||
server {
|
|
||||||
listen 8008 default_server;
|
|
||||||
listen [::]:8008 default_server;
|
|
||||||
## Trun on /cgi-bin/ support to run CGI apps ##
|
|
||||||
include /etc/nginx/fcgiwrap.conf;
|
|
||||||
root /var/www/html;
|
|
||||||
server_name _;
|
|
||||||
}
|
|
@ -1,21 +0,0 @@
|
|||||||
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;
|
|
||||||
# root /var/www/html/637998119172547651;
|
|
||||||
root "D://Tmp//phares//www";
|
|
||||||
}
|
|
||||||
location / {
|
|
||||||
index index.html index.htm;
|
|
||||||
# root /var/www/html/637998119172547651;
|
|
||||||
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;
|
|
||||||
}
|
|
@ -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,3 +0,0 @@
|
|||||||
location = /50x.html {
|
|
||||||
root html;
|
|
||||||
}
|
|
@ -1,4 +0,0 @@
|
|||||||
location / {
|
|
||||||
root html;
|
|
||||||
index index.html index.htm;
|
|
||||||
}
|
|
@ -1,47 +0,0 @@
|
|||||||
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;
|
|
||||||
root "D://Tmp//phares//www";
|
|
||||||
}
|
|
||||||
location / {
|
|
||||||
index index.html index.htm;
|
|
||||||
# root /var/www/html/637998119172547651;
|
|
||||||
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;
|
|
||||||
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,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,101 +0,0 @@
|
|||||||
|
|
||||||
types {
|
|
||||||
text/html html htm shtml;
|
|
||||||
text/css css;
|
|
||||||
text/xml xml;
|
|
||||||
image/gif gif;
|
|
||||||
image/jpeg jpeg jpg;
|
|
||||||
application/javascript js;
|
|
||||||
application/atom+xml atom;
|
|
||||||
application/rss+xml rss;
|
|
||||||
|
|
||||||
text/mathml mml;
|
|
||||||
text/plain txt;
|
|
||||||
text/vnd.sun.j2me.app-descriptor jad;
|
|
||||||
text/vnd.wap.wml wml;
|
|
||||||
text/x-component htc;
|
|
||||||
|
|
||||||
image/png png;
|
|
||||||
image/svg+xml svg svgz;
|
|
||||||
image/tiff tif tiff;
|
|
||||||
image/vnd.wap.wbmp wbmp;
|
|
||||||
image/webp webp;
|
|
||||||
image/x-icon ico;
|
|
||||||
image/x-jng jng;
|
|
||||||
image/x-ms-bmp bmp;
|
|
||||||
|
|
||||||
font/woff woff;
|
|
||||||
font/woff2 woff2;
|
|
||||||
|
|
||||||
application/java-archive jar war ear;
|
|
||||||
application/json json;
|
|
||||||
application/mac-binhex40 hqx;
|
|
||||||
application/msword doc;
|
|
||||||
application/pdf pdf;
|
|
||||||
application/postscript ps eps ai;
|
|
||||||
application/rtf rtf;
|
|
||||||
application/vnd.apple.mpegurl m3u8;
|
|
||||||
application/vnd.google-earth.kml+xml kml;
|
|
||||||
application/vnd.google-earth.kmz kmz;
|
|
||||||
application/vnd.ms-excel xls;
|
|
||||||
application/vnd.ms-fontobject eot;
|
|
||||||
application/vnd.ms-powerpoint ppt;
|
|
||||||
application/vnd.oasis.opendocument.graphics odg;
|
|
||||||
application/vnd.oasis.opendocument.presentation odp;
|
|
||||||
application/vnd.oasis.opendocument.spreadsheet ods;
|
|
||||||
application/vnd.oasis.opendocument.text odt;
|
|
||||||
application/vnd.openxmlformats-officedocument.presentationml.presentation
|
|
||||||
pptx;
|
|
||||||
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
|
|
||||||
xlsx;
|
|
||||||
application/vnd.openxmlformats-officedocument.wordprocessingml.document
|
|
||||||
docx;
|
|
||||||
application/vnd.wap.wmlc wmlc;
|
|
||||||
application/x-7z-compressed 7z;
|
|
||||||
application/x-cocoa cco;
|
|
||||||
application/x-java-archive-diff jardiff;
|
|
||||||
application/x-java-jnlp-file jnlp;
|
|
||||||
application/x-makeself run;
|
|
||||||
application/x-perl pl pm;
|
|
||||||
application/x-pilot prc pdb;
|
|
||||||
application/x-rar-compressed rar;
|
|
||||||
application/x-redhat-package-manager rpm;
|
|
||||||
application/x-sea sea;
|
|
||||||
application/x-shockwave-flash swf;
|
|
||||||
application/x-stuffit sit;
|
|
||||||
application/x-tcl tcl tk;
|
|
||||||
application/x-x509-ca-cert der pem crt;
|
|
||||||
application/x-xpinstall xpi;
|
|
||||||
application/xhtml+xml xhtml;
|
|
||||||
application/xspf+xml xspf;
|
|
||||||
application/zip zip;
|
|
||||||
|
|
||||||
application/octet-stream bin exe dll;
|
|
||||||
application/octet-stream deb;
|
|
||||||
application/octet-stream dmg;
|
|
||||||
application/octet-stream iso img;
|
|
||||||
application/octet-stream msi msp msm;
|
|
||||||
|
|
||||||
audio/midi mid midi kar;
|
|
||||||
audio/mpeg mp3;
|
|
||||||
audio/ogg ogg;
|
|
||||||
audio/x-m4a m4a;
|
|
||||||
audio/x-realaudio ra;
|
|
||||||
|
|
||||||
video/3gpp 3gpp 3gp;
|
|
||||||
video/mp2t ts;
|
|
||||||
video/mp4 mp4;
|
|
||||||
video/mpeg mpeg mpg;
|
|
||||||
video/quicktime mov;
|
|
||||||
video/webm webm;
|
|
||||||
video/x-flv flv;
|
|
||||||
video/x-m4v m4v;
|
|
||||||
video/x-mng mng;
|
|
||||||
video/x-ms-asf asx asf;
|
|
||||||
video/x-ms-wmv wmv;
|
|
||||||
video/x-msvideo avi;
|
|
||||||
|
|
||||||
application/x-ms-application application;
|
|
||||||
application/x-ms-manifest manifest;
|
|
||||||
application/octet-stream deploy;
|
|
||||||
}
|
|
@ -1,44 +0,0 @@
|
|||||||
-----BEGIN CERTIFICATE-----
|
|
||||||
MIIHyjCCBbKgAwIBAgITOQAARYyRCAq193d/BAAAAABFjDANBgkqhkiG9w0BAQsF
|
|
||||||
ADBcMQswCQYDVQQGEwJERTEhMB8GA1UEChMYSW5maW5lb24gVGVjaG5vbG9naWVz
|
|
||||||
IEFHMSowKAYDVQQDEyFJbmZpbmVvbiBUZWNobm9sb2dpZXMgQUcgU1NMIENBIDQw
|
|
||||||
HhcNMjMxMTIxMDY1NTE1WhcNMjUxMTIwMDY1NTE1WjCBpzELMAkGA1UEBhMCVVMx
|
|
||||||
EDAOBgNVBAgMB0FyaXpvbmExDTALBgNVBAcMBE1lc2ExLTArBgNVBAoMJEluZmlu
|
|
||||||
ZW9uIFRlY2hub2xvZ2llcyBBbWVyaWNhcyBDb3JwLjEUMBIGA1UECwwLRGV2ZWxv
|
|
||||||
cG1lbnQxMjAwBgNVBAMMKW9pLW1ldHJvbG9neS12aWV3ZXItcHJvZC5tZXMuaW5m
|
|
||||||
aW5lb24uY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxlG4XRep
|
|
||||||
Kob6QKPp7sMtbEsCxpNUvrxojmNtVYSUQzHPm7eS0vyTFWWdx3DiClrI+6NUYPJc
|
|
||||||
n2XxyjJgwTgH40K09oD5TUWpJUP7/ZTPMM78iGmqc8fNjDZizi6cv1lcOKMVy+AO
|
|
||||||
aWDJEdbCCSbondleoJrA6KAsLicYQSMYVvwvH/+gMPHwXk5qY/qHi+7ZHL0CAKny
|
|
||||||
lCkMK/bRtCNHvebDABpJ4ZbS+OfpB91FqkUqnCmtoKwFQ6tO4mN+qs1ndbqnSTtv
|
|
||||||
lRKm+BKyFZreYpArXhGwbBJ72/KP/XKt2r6XtmYrsZzCzSzCS1p4q4AxjlNhLOXj
|
|
||||||
gPqxsBI/7jJIOQIDAQABo4IDNzCCAzMwggGJBgNVHREEggGAMIIBfIIpb2ktbWV0
|
|
||||||
cm9sb2d5LXZpZXdlci1wcm9kLm1lcy5pbmZpbmVvbi5jb22CLG9pLW1ldHJvbG9n
|
|
||||||
eS12aWV3ZXItYXJjaGl2ZS5tZXMuaW5maW5lb24uY29tgihvaS1tZXRyb2xvZ3kt
|
|
||||||
dmlld2VyLWFwaS5tZXMuaW5maW5lb24uY29tghdtZXNzYTAxMGVjLmluZmluZW9u
|
|
||||||
LmNvbYIKbWVzc2EwMTBlY4IJbG9jYWxob3N0ggkxMjcuMC4wLjGCKW9pLW1ldHJv
|
|
||||||
bG9neS12aWV3ZXItcHJvZC5tZXMuaW5maW5lb24uY29tgixvaS1tZXRyb2xvZ3kt
|
|
||||||
dmlld2VyLWFyY2hpdmUubWVzLmluZmluZW9uLmNvbYIob2ktbWV0cm9sb2d5LXZp
|
|
||||||
ZXdlci1hcGkubWVzLmluZmluZW9uLmNvbYIXbWVzc2EwMTBlYy5pbmZpbmVvbi5j
|
|
||||||
b22CCm1lc3NhMDEwZWOCCWxvY2FsaG9zdIIJMTI3LjAuMC4xMB0GA1UdDgQWBBRE
|
|
||||||
dn7G3NnxlTL3JYr4ckMgEacDuTAfBgNVHSMEGDAWgBQgV1qTIvyOAfWjDKoGbzLW
|
|
||||||
nawKqzA6BgNVHR8EMzAxMC+gLaArhilodHRwOi8vY3JsLmluZmluZW9uLmNvbS9T
|
|
||||||
U0xDQTQvU1NMQ0E0LmNybDBFBggrBgEFBQcBAQQ5MDcwNQYIKwYBBQUHMAKGKWh0
|
|
||||||
dHA6Ly9jcmwuaW5maW5lb24uY29tL1NTTENBNC9TU0xDQTQuY3J0MAwGA1UdEwEB
|
|
||||||
/wQCMAAwCwYDVR0PBAQDAgWgMDsGCSsGAQQBgjcVBwQuMCwGJCsGAQQBgjcVCPSv
|
|
||||||
PoTfzh2G6ZMfgb6MSoSt3zRGhoLgC8faEAIBZAIBIjAdBgNVHSUEFjAUBggrBgEF
|
|
||||||
BQcDAgYIKwYBBQUHAwEwJwYJKwYBBAGCNxUKBBowGDAKBggrBgEFBQcDAjAKBggr
|
|
||||||
BgEFBQcDATBBBgNVHSAEOjA4MDYGDSqCFABECoF6AQEBAQEwJTAjBggrBgEFBQcC
|
|
||||||
ARYXaHR0cDovL2Nwcy5pbmZpbmVvbi5jb20wDQYJKoZIhvcNAQELBQADggIBAG0d
|
|
||||||
IVhxnOsHJS40BrdEUU8zcD89b6cDP6V0QSpSCHbKizfFIH5XU8K13yjpoGGSkb5K
|
|
||||||
GAv47Q+XkkHl9ZnjlGSZZ68i0uey/jlTrCfFtG02uvVGHUUDmx/DIqnGlQI8KV4X
|
|
||||||
2U2H/C7fATRAoSRXJVn5IW3RPuOl1hFZx+LEupWy4hIV0AHeclwyK1woa7iNLqT5
|
|
||||||
YSCKOC1kEvxHZuZcnFPayZ1aarZswM7Fd7QE3A0kTJ66IyCoIfIL7wFLF1cwIQvE
|
|
||||||
SOw0PFQ4jtQBz3r7TnuptadY5aeCV05uoSbv6NQ6fyDZReJoFQgXtwXJKw30u5SJ
|
|
||||||
FcT0wJ1UQ/xTE5BRje1Sz1ueIxvtvkcP49gYnUqxREPcqpBwP2yh8jENUUkwpmGp
|
|
||||||
2kG/a9mgo6ofbV3r4l6Gd8MFFnzCNW864AOfUTakG6frdtF0NjGG3nXuBQuqKgLh
|
|
||||||
Xgd4z7yp44nrQS9WzVBbFWAeq1bgSCkU7xxChtkbzvquLePwX7ofp0UqJMKqRKr/
|
|
||||||
H03lZp0MR8ONLP4QUQaGnIZsA8cI8YYs/x3pGW94YVk5gF/p1P0BO0/sskufmWUo
|
|
||||||
8AS9JHtwA/VJD5/puqBOFPeTu58vyM8WlsIET3Vd1P3azDYsMV4G1f/CCbDkMYVC
|
|
||||||
9dYN8P3mMROD+I5asUyDaviyEEF55CqIOukzOpIw
|
|
||||||
-----END CERTIFICATE-----
|
|
@ -1,36 +0,0 @@
|
|||||||
[req]
|
|
||||||
default_bits = 2048
|
|
||||||
default_keyfile = localhost.key
|
|
||||||
distinguished_name = req_distinguished_name
|
|
||||||
req_extensions = req_ext
|
|
||||||
x509_extensions = v3_ca
|
|
||||||
|
|
||||||
[req_distinguished_name]
|
|
||||||
countryName = Country Name (2 letter code)
|
|
||||||
countryName_default = US
|
|
||||||
stateOrProvinceName = State or Province Name (full name)
|
|
||||||
stateOrProvinceName_default = Arizona
|
|
||||||
localityName = Locality Name (eg, city)
|
|
||||||
localityName_default = Mesa
|
|
||||||
organizationName = Organization Name (eg, company)
|
|
||||||
organizationName_default = Infineon Technologies Americas Corp.
|
|
||||||
organizationalUnitName = organizationalunit
|
|
||||||
organizationalUnitName_default = Development
|
|
||||||
commonName = Common Name (e.g. server FQDN or YOUR name)
|
|
||||||
commonName_default = oi-metrology-viewer-prod.mes.infineon.com
|
|
||||||
commonName_max = 64
|
|
||||||
|
|
||||||
[req_ext]
|
|
||||||
subjectAltName = @alt_names
|
|
||||||
|
|
||||||
[v3_ca]
|
|
||||||
subjectAltName = @alt_names
|
|
||||||
|
|
||||||
[alt_names]
|
|
||||||
DNS.1 = oi-metrology-viewer-prod.mes.infineon.com
|
|
||||||
DNS.2 = oi-metrology-viewer-archive.mes.infineon.com
|
|
||||||
DNS.3 = oi-metrology-viewer-api.mes.infineon.com
|
|
||||||
DNS.4 = messa010ec.infineon.com
|
|
||||||
DNS.5 = messa010ec
|
|
||||||
DNS.6 = localhost
|
|
||||||
DNS.7 = 127.0.0.1
|
|
@ -1,23 +0,0 @@
|
|||||||
-----BEGIN CERTIFICATE REQUEST-----
|
|
||||||
MIIDzjCCArYCAQAwgacxCzAJBgNVBAYTAlVTMRAwDgYDVQQIDAdBcml6b25hMQ0w
|
|
||||||
CwYDVQQHDARNZXNhMS0wKwYDVQQKDCRJbmZpbmVvbiBUZWNobm9sb2dpZXMgQW1l
|
|
||||||
cmljYXMgQ29ycC4xFDASBgNVBAsMC0RldmVsb3BtZW50MTIwMAYDVQQDDClvaS1t
|
|
||||||
ZXRyb2xvZ3ktdmlld2VyLXByb2QubWVzLmluZmluZW9uLmNvbTCCASIwDQYJKoZI
|
|
||||||
hvcNAQEBBQADggEPADCCAQoCggEBAMZRuF0XqSqG+kCj6e7DLWxLAsaTVL68aI5j
|
|
||||||
bVWElEMxz5u3ktL8kxVlncdw4gpayPujVGDyXJ9l8coyYME4B+NCtPaA+U1FqSVD
|
|
||||||
+/2UzzDO/IhpqnPHzYw2Ys4unL9ZXDijFcvgDmlgyRHWwgkm6J3ZXqCawOigLC4n
|
|
||||||
GEEjGFb8Lx//oDDx8F5OamP6h4vu2Ry9AgCp8pQpDCv20bQjR73mwwAaSeGW0vjn
|
|
||||||
6QfdRapFKpwpraCsBUOrTuJjfqrNZ3W6p0k7b5USpvgSshWa3mKQK14RsGwSe9vy
|
|
||||||
j/1yrdq+l7ZmK7Gcws0swktaeKuAMY5TYSzl44D6sbASP+4ySDkCAwEAAaCB4DCB
|
|
||||||
3QYJKoZIhvcNAQkOMYHPMIHMMIHJBgNVHREEgcEwgb6CKW9pLW1ldHJvbG9neS12
|
|
||||||
aWV3ZXItcHJvZC5tZXMuaW5maW5lb24uY29tgixvaS1tZXRyb2xvZ3ktdmlld2Vy
|
|
||||||
LWFyY2hpdmUubWVzLmluZmluZW9uLmNvbYIob2ktbWV0cm9sb2d5LXZpZXdlci1h
|
|
||||||
cGkubWVzLmluZmluZW9uLmNvbYIXbWVzc2EwMTBlYy5pbmZpbmVvbi5jb22CCm1l
|
|
||||||
c3NhMDEwZWOCCWxvY2FsaG9zdIIJMTI3LjAuMC4xMA0GCSqGSIb3DQEBCwUAA4IB
|
|
||||||
AQBWnv6zzqy4MZ9Iy3eU5Ix4jkba85pgwT4Yxr6b9IV1y7oa0Q23+liR2nCROtEt
|
|
||||||
wgaL7KcYNMrP/UtXPERcqBY9185qUlKbE6s/Xlb9uvrm8GcpLHFFvmIAWopLrGTy
|
|
||||||
dzdyKsUcYhrvyaQCXJz0ud7IDNUoCj8BKPYpc15ZCzG5PV5w45/EZG7nLbUgpEKz
|
|
||||||
EMKxMTRZDd7oeuFVJzFWGmavIZqVCYr8Og8Vm+xvrwsBGfbMIF4rXruhEDOry9Hy
|
|
||||||
ickWJbzL2AlEYFmamR4cIAgU7ndyuWBSFCu4wkL7FQ6GJrUdWrM0UVpL4P4deM3+
|
|
||||||
25aW3QlwtZ9tEBdswbDDqYHl
|
|
||||||
-----END CERTIFICATE REQUEST-----
|
|
@ -1,30 +0,0 @@
|
|||||||
-----BEGIN ENCRYPTED PRIVATE KEY-----
|
|
||||||
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
|
|
||||||
Y9zPoaiH+9DFfxlNaspIXQ==
|
|
||||||
-----END ENCRYPTED PRIVATE KEY-----
|
|
@ -1 +0,0 @@
|
|||||||
https://intranet.infineon.com/
|
|
@ -1,4 +0,0 @@
|
|||||||
location / {
|
|
||||||
root "D://www";
|
|
||||||
index index.html index.htm;
|
|
||||||
}
|
|
@ -1,4 +0,0 @@
|
|||||||
location / {
|
|
||||||
root "D://wwwroot";
|
|
||||||
try_files $uri $uri/ /index.html =404;
|
|
||||||
}
|
|
@ -94,8 +94,4 @@ types {
|
|||||||
video/x-ms-asf asx asf;
|
video/x-ms-asf asx asf;
|
||||||
video/x-ms-wmv wmv;
|
video/x-ms-wmv wmv;
|
||||||
video/x-msvideo avi;
|
video/x-msvideo avi;
|
||||||
|
|
||||||
application/x-ms-application application;
|
|
||||||
application/x-ms-manifest manifest;
|
|
||||||
application/octet-stream deploy;
|
|
||||||
}
|
}
|
||||||
|
@ -1,11 +1,22 @@
|
|||||||
worker_processes 1;
|
worker_processes 1;
|
||||||
events {
|
events {
|
||||||
worker_connections 1024;
|
worker_connections 1024;
|
||||||
}
|
}
|
||||||
|
|
||||||
http {
|
http {
|
||||||
include "includes/mime.types";
|
include mime.types;
|
||||||
include "includes/metrology.conf";
|
default_type application/octet-stream;
|
||||||
default_type application/octet-stream;
|
sendfile on;
|
||||||
sendfile on;
|
keepalive_timeout 65;
|
||||||
keepalive_timeout 65;
|
server {
|
||||||
|
listen 80;
|
||||||
|
server_name localhost;
|
||||||
|
location / {
|
||||||
|
#root html;
|
||||||
|
root "C:\4p_NT";
|
||||||
|
index index.html index.htm;
|
||||||
|
autoindex on;
|
||||||
|
autoindex_format json;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
117
conf/nginx.conf.old
Normal file
117
conf/nginx.conf.old
Normal file
@ -0,0 +1,117 @@
|
|||||||
|
|
||||||
|
#user nobody;
|
||||||
|
worker_processes 1;
|
||||||
|
|
||||||
|
#error_log logs/error.log;
|
||||||
|
#error_log logs/error.log notice;
|
||||||
|
#error_log logs/error.log info;
|
||||||
|
|
||||||
|
#pid logs/nginx.pid;
|
||||||
|
|
||||||
|
|
||||||
|
events {
|
||||||
|
worker_connections 1024;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
http {
|
||||||
|
include mime.types;
|
||||||
|
default_type application/octet-stream;
|
||||||
|
|
||||||
|
#log_format main '$remote_addr - $remote_user [$time_local] "$request" '
|
||||||
|
# '$status $body_bytes_sent "$http_referer" '
|
||||||
|
# '"$http_user_agent" "$http_x_forwarded_for"';
|
||||||
|
|
||||||
|
#access_log logs/access.log main;
|
||||||
|
|
||||||
|
sendfile on;
|
||||||
|
#tcp_nopush on;
|
||||||
|
|
||||||
|
#keepalive_timeout 0;
|
||||||
|
keepalive_timeout 65;
|
||||||
|
|
||||||
|
#gzip on;
|
||||||
|
|
||||||
|
server {
|
||||||
|
listen 80;
|
||||||
|
server_name localhost;
|
||||||
|
|
||||||
|
#charset koi8-r;
|
||||||
|
|
||||||
|
#access_log logs/host.access.log main;
|
||||||
|
|
||||||
|
location / {
|
||||||
|
root html;
|
||||||
|
index index.html index.htm;
|
||||||
|
}
|
||||||
|
|
||||||
|
#error_page 404 /404.html;
|
||||||
|
|
||||||
|
# redirect server error pages to the static page /50x.html
|
||||||
|
#
|
||||||
|
error_page 500 502 503 504 /50x.html;
|
||||||
|
location = /50x.html {
|
||||||
|
root html;
|
||||||
|
}
|
||||||
|
|
||||||
|
# proxy the PHP scripts to Apache listening on 127.0.0.1:80
|
||||||
|
#
|
||||||
|
#location ~ \.php$ {
|
||||||
|
# proxy_pass http://127.0.0.1;
|
||||||
|
#}
|
||||||
|
|
||||||
|
# pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
|
||||||
|
#
|
||||||
|
#location ~ \.php$ {
|
||||||
|
# root html;
|
||||||
|
# fastcgi_pass 127.0.0.1:9000;
|
||||||
|
# fastcgi_index index.php;
|
||||||
|
# fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name;
|
||||||
|
# include fastcgi_params;
|
||||||
|
#}
|
||||||
|
|
||||||
|
# deny access to .htaccess files, if Apache's document root
|
||||||
|
# concurs with nginx's one
|
||||||
|
#
|
||||||
|
#location ~ /\.ht {
|
||||||
|
# deny all;
|
||||||
|
#}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
# another virtual host using mix of IP-, name-, and port-based configuration
|
||||||
|
#
|
||||||
|
#server {
|
||||||
|
# listen 8000;
|
||||||
|
# listen somename:8080;
|
||||||
|
# server_name somename alias another.alias;
|
||||||
|
|
||||||
|
# location / {
|
||||||
|
# root html;
|
||||||
|
# index index.html index.htm;
|
||||||
|
# }
|
||||||
|
#}
|
||||||
|
|
||||||
|
|
||||||
|
# HTTPS server
|
||||||
|
#
|
||||||
|
#server {
|
||||||
|
# listen 443 ssl;
|
||||||
|
# server_name localhost;
|
||||||
|
|
||||||
|
# ssl_certificate cert.pem;
|
||||||
|
# ssl_certificate_key cert.key;
|
||||||
|
|
||||||
|
# ssl_session_cache shared:SSL:1m;
|
||||||
|
# ssl_session_timeout 5m;
|
||||||
|
|
||||||
|
# ssl_ciphers HIGH:!aNULL:!MD5;
|
||||||
|
# ssl_prefer_server_ciphers on;
|
||||||
|
|
||||||
|
# location / {
|
||||||
|
# root html;
|
||||||
|
# index index.html index.htm;
|
||||||
|
# }
|
||||||
|
#}
|
||||||
|
|
||||||
|
}
|
Reference in New Issue
Block a user