Compare commits

..

1 Commits

Author SHA1 Message Date
820804249f http only 2023-11-22 09:00:53 -07:00
19 changed files with 177 additions and 123 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
nginx-1.20.1

View File

@ -6,5 +6,6 @@
"files.exclude": {
"**/.git": false
},
"coverage-gutters.coverageBaseDir": "./.vscode/ReportGenerator/Cobertura/*"
"coverage-gutters.coverageBaseDir": "./.vscode/ReportGenerator/Cobertura/*",
"thunder-client.saveToWorkspace": false
}

View File

@ -1,11 +1,11 @@
location /
{
proxy_pass http://localhost:5555;
location / {
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection keep-alive;
proxy_set_header Host $http_host;
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= ""

View File

@ -1 +0,0 @@
location / { proxy_pass http://localhost:3000; }

View File

@ -1 +0,0 @@
location / { proxy_pass http://localhost:8081; }

View File

@ -1,6 +1,6 @@
[req]
default_bits = 2048
default_keyfile = desktop-vp94spb.key
default_keyfile = localhost.key
distinguished_name = req_distinguished_name
req_extensions = req_ext
x509_extensions = v3_ca
@ -11,13 +11,13 @@ countryName_default = US
stateOrProvinceName = State or Province Name (full name)
stateOrProvinceName_default = Arizona
localityName = Locality Name (eg, city)
localityName_default = Anthem
localityName_default = Mesa
organizationName = Organization Name (eg, company)
organizationName_default = Phares
organizationName_default = Infineon Technologies Americas Corp.
organizationalUnitName = organizationalunit
organizationalUnitName_default = Development
commonName = Common Name (e.g. server FQDN or YOUR name)
commonName_default = chelsea.nextcloud
commonName_default = biorad4
commonName_max = 64
[req_ext]
@ -27,11 +27,6 @@ subjectAltName = @alt_names
subjectAltName = @alt_names
[alt_names]
DNS.1 = chelsea.nextcloud
DNS.2 = desktop-vp94spb
DNS.3 = localhost
DNS.4 = 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\desktop-vp94spb.key -out L:\Git\NGINX-Conf\conf\includes\desktop-vp94spb.crt -config L:\Git\NGINX-Conf\conf\includes\desktop-vp94spb.conf
DNS.1 = biorad4
DNS.2 = localhost
DNS.3 = 127.0.0.1

View File

@ -0,0 +1 @@
https://intranet.infineon.com/

31
conf/includes/cdn.conf Normal file
View File

@ -0,0 +1,31 @@
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;
}
}

View File

@ -0,0 +1,9 @@
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;
}

View File

@ -0,0 +1,8 @@
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 _;
}

View File

@ -1,23 +0,0 @@
-----BEGIN CERTIFICATE-----
MIID2jCCAsKgAwIBAgIUMbgmULXEHHQVagEHHT6Als9eDdgwDQYJKoZIhvcNAQEL
BQAwczELMAkGA1UEBhMCVVMxEDAOBgNVBAgMB0FyaXpvbmExDzANBgNVBAcMBkFu
dGhlbTEPMA0GA1UECgwGUGhhcmVzMRQwEgYDVQQLDAtEZXZlbG9wbWVudDEaMBgG
A1UEAwwRY2hlbHNlYS5uZXh0Y2xvdWQwHhcNMjMxMjI4MDIwNTUzWhcNMjQxMjI3
MDIwNTUzWjBzMQswCQYDVQQGEwJVUzEQMA4GA1UECAwHQXJpem9uYTEPMA0GA1UE
BwwGQW50aGVtMQ8wDQYDVQQKDAZQaGFyZXMxFDASBgNVBAsMC0RldmVsb3BtZW50
MRowGAYDVQQDDBFjaGVsc2VhLm5leHRjbG91ZDCCASIwDQYJKoZIhvcNAQEBBQAD
ggEPADCCAQoCggEBANnRYvvPR12GXQTal/SyVv0hJ0wpeU7grcG9Q/u3Rx3HxR4S
C766cBPerlgio1Lk2isa91MGH7RRb71QdLVMozlg5InWLnpqEfLDDA46F8K+THG9
fldYfivt60nkIfSnj52PgfXtwy3BC4uUI/Fak96E9hyiNYywt9GKo6N6Xj7wn9PE
uAILVLa26Dj+vnQbubLHrmPIp3cD6YMAyZH8TgktyuhKhI+iMTlHEi32ObQvITeA
+ZGcKmJirfO3zasF8qyJZ7x/UaC9UsKvJAclBfRB91HFukSzqjCqdsufUugKo3g+
4wHOzpdisnSL07kUHBUtssmALHoIrFYYXv8zf1MCAwEAAaNmMGQwQwYDVR0RBDww
OoIRY2hlbHNlYS5uZXh0Y2xvdWSCD2Rlc2t0b3AtdnA5NHNwYoIJbG9jYWxob3N0
ggkxMjcuMC4wLjEwHQYDVR0OBBYEFHH9qNOoGdhBkS9p+WfH5mwUG7JmMA0GCSqG
SIb3DQEBCwUAA4IBAQBOzaEiglIP67FhWD95wrfz+qMBDH0JkR5as6p83JZYd8tr
8Tv8eEKzmbpeX0zBoWNLT9rbVEfWh2DrsFCkZvfAtSwt+2VUTNvLFw7M4l76LPcj
WwCS7n+8SsdEiWg/29nC0HHDKid8LGO3vfc3HdZk2/2x2JbG0N8A51aPVHOYLvF8
pJhmFfwRHbEhk0VhsBrDCuFsOZELDZCHJ7QWMAYOw/+DbkVNnG07tztMl723EMKt
mgMnrGMf6a/czOGmakdTAzsowQlBahr1G9bYgn521v62N4ue2StrWpqxzTzo4KDD
jKlOMAE4LmzsM3zBBDJoEkPCeTHlDT2YfJqOXDz1
-----END CERTIFICATE-----

View File

@ -1,28 +0,0 @@
-----BEGIN PRIVATE KEY-----
MIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQDZ0WL7z0ddhl0E
2pf0slb9ISdMKXlO4K3BvUP7t0cdx8UeEgu+unAT3q5YIqNS5NorGvdTBh+0UW+9
UHS1TKM5YOSJ1i56ahHywwwOOhfCvkxxvX5XWH4r7etJ5CH0p4+dj4H17cMtwQuL
lCPxWpPehPYcojWMsLfRiqOjel4+8J/TxLgCC1S2tug4/r50G7myx65jyKd3A+mD
AMmR/E4JLcroSoSPojE5RxIt9jm0LyE3gPmRnCpiYq3zt82rBfKsiWe8f1GgvVLC
ryQHJQX0QfdRxbpEs6owqnbLn1LoCqN4PuMBzs6XYrJ0i9O5FBwVLbLJgCx6CKxW
GF7/M39TAgMBAAECggEASUS6tBN0YQxaa9CP/tqikkE9s8vbp2HCcQIWRSzQej8B
mmzdkImsO7LTGIiGQdMDZC6M9VuA/KnMGXVf3MBrw1hJZ+go+DqH0Q41FvAJoBNd
KYFhZ0Y4ItTEKbXYijB3CbwFLlGNLu3Z0VjCgmRCiz5Ufys9MhcbrhuhkdMOssKl
DpfM5TSvUz61W04WEwCPQeW7BplVX+XqggFB1bW9JMTQrx+1byjHd9kLH+kKjIal
ni8YPa9evBL3jENAxZCMLWM26wOUBbq94ZanqKGaF4DnXC0dn2hZBaZ4S7qfGS0u
U0L3I31532MUNh+X6RlNm7eSFxNE1vV9IwCxq1En0QKBgQD6RHMZZmpejz0O03wf
wF8KMVwt4E5JHNLazBdo2m4Wn9RRJ4vV7KrAXkIqqw3Ll90WVwskgH+EReSDg7T2
4i2STOWfPgr5vsnpHM97G8Cu3k8LM6PYo61IOhkmnGgP3TwcG/1dOkHbLJlTgUeX
YgRevADq8XnLQ23h2he8eOPxKQKBgQDezqfZYRgumppegAc+PymM/8na+NS0D/Lm
7jyhZk6asYW52vA3ECVWlJ4ZJOndYEZzkQKYbahGJrEyKzteaQyRB/u112m0qe8w
siRYdslldf8yzYAeun3iD9eyqDVn5yoWnrkguKT8F+V3amoIy5dvt8HvbHnzDa2R
Q2qLsbKQGwKBgFKMm26IYpOYKaqnRWzvtimViHM1Zn0lPcOfyCT0z5U02QJ/ydch
Pl0/ehG65E0AZZOF2I4MuIL3zt02Z0174047gQ4al+Iy9USoFSPlTpQfjfEC8ot1
yaVmTH943bZF4hrffJ3wpmJV/qkVnningwuAdckJJ4RNVIRHvMaVFZKpAoGAJlQS
l9iWGl5KM/t+Q30GHtVZ2it4G8mqlYNiNrmsx/vF72T0ceR7J9vFHro06PpI5FSL
x8EFc5vwW5sISYN0v/ZJnMyDyKp7FTtv+S/mEWgtEIY9hgu64AqtpnQ9S7R+jwma
+0AIUb2iodpSh1TOpk9MM23LxL4Tn6ujRoi5GQUCgYAWRsAUNou3cCHoqXlHQkKa
DxIc7yUj9/KEQDFNW31azqzQmPK3XSi/gWzRsrfpai1LzVyL2GaY0cgvzMvPrI4F
gCVlT/nL0X7hItYBRPTZ73fTohdUKFgv6O8Gkryh1OZnrmf337sNNx8ucMm9pc3Z
F6rhl3G5JTpVjWccCBFCig==
-----END PRIVATE KEY-----

View File

@ -1,20 +1,12 @@
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:\Git\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:\Git\NGINdeX.io"
root "D://Tmp//phares//www";
# First attempt to serve request as file, then
autoindex on;

16
conf/includes/github.conf Normal file
View File

@ -0,0 +1,16 @@
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";
}

View File

@ -1,24 +1,47 @@
# location ~ /admin(.*)/$ {
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;
# 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;
# mklink /J "D:\Tmp\Phares\www\pictures" "D:\Documents\Pictures"
# mklink /J "D:\Tmp\Phares\www\NGINdeX.io" "L:\GitHub\NGINdeX.io"
# 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;
# addition_types application/json;
# Calling from SERVERNAME/autoindex/*
add_before_body /NGINdeX.io/header.html;
add_after_body /NGINdeX.io/footer.html;
# 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;
# 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;
}
}

View File

@ -0,0 +1,28 @@
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

View File

@ -0,0 +1,31 @@
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;
}
}

View File

@ -1,8 +0,0 @@
location / { proxy_pass http://localhost:8384; }
# server {
# listen 8011;
# server_name localhost;
# location / {
# proxy_pass http://localhost:8384;
# }
# }

View File

@ -4,29 +4,8 @@ events {
}
http {
include "includes/mime.types";
include "includes/stratus.conf";
default_type application/octet-stream;
sendfile on;
keepalive_timeout 65;
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name localhost;
ssl_certificate "includes/desktop-vp94spb.crt";
ssl_certificate_key "includes/desktop-vp94spb.key";
ssl_protocols TLSv1.2 TLSv1.1 TLSv1;
# include "includes/html.conf";
include "includes/Nextcloud.conf";
error_page 500 502 503 504 /50x.html;
include "includes/html-error.conf";
}
server {
listen 80;
listen [::]:80;
server_name localhost;
location / {
root html;
index index.html index.htm;
}
}
}