Compare commits
1 Commits
desktop-vp
...
mestsa006.
Author | SHA1 | Date | |
---|---|---|---|
cc4a0f6bd3 |
@ -1 +0,0 @@
|
|||||||
location / { proxy_pass http://localhost:5006; }
|
|
@ -1,23 +0,0 @@
|
|||||||
location /
|
|
||||||
{
|
|
||||||
proxy_pass http://localhost:5555;
|
|
||||||
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;
|
|
||||||
}
|
|
||||||
|
|
||||||
# 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 +0,0 @@
|
|||||||
location / { proxy_pass http://localhost:3000; }
|
|
1
conf/includes/Mesa GoTo Viewer.conf
Normal file
1
conf/includes/Mesa GoTo Viewer.conf
Normal file
@ -0,0 +1 @@
|
|||||||
|
location / { proxy_pass http://localhost:5010; }
|
@ -1 +0,0 @@
|
|||||||
location / { proxy_pass http://localhost:8081; }
|
|
@ -1 +0,0 @@
|
|||||||
location / { proxy_pass http://localhost:5004; }
|
|
1
conf/includes/YODA Viewer.conf
Normal file
1
conf/includes/YODA Viewer.conf
Normal file
@ -0,0 +1 @@
|
|||||||
|
location / { proxy_pass http://localhost:5002; }
|
@ -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,37 +0,0 @@
|
|||||||
[req]
|
|
||||||
default_bits = 2048
|
|
||||||
default_keyfile = desktop-vp94spb.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 = Anthem
|
|
||||||
organizationName = Organization Name (eg, company)
|
|
||||||
organizationName_default = Phares
|
|
||||||
organizationalUnitName = organizationalunit
|
|
||||||
organizationalUnitName_default = Development
|
|
||||||
commonName = Common Name (e.g. server FQDN or YOUR name)
|
|
||||||
commonName_default = chelsea.nextcloud
|
|
||||||
commonName_max = 64
|
|
||||||
|
|
||||||
[req_ext]
|
|
||||||
subjectAltName = @alt_names
|
|
||||||
|
|
||||||
[v3_ca]
|
|
||||||
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
|
|
@ -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-----
|
|
@ -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-----
|
|
@ -1,29 +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;
|
|
||||||
# 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;
|
|
||||||
# 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,24 +0,0 @@
|
|||||||
# 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 "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,8 +0,0 @@
|
|||||||
location / { proxy_pass http://localhost:8384; }
|
|
||||||
# server {
|
|
||||||
# listen 8011;
|
|
||||||
# server_name localhost;
|
|
||||||
# location / {
|
|
||||||
# proxy_pass http://localhost:8384;
|
|
||||||
# }
|
|
||||||
# }
|
|
@ -1,4 +1,3 @@
|
|||||||
location / {
|
location / {
|
||||||
root "D://www";
|
root "D:\\Tmp\\Phares\\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;
|
|
||||||
}
|
}
|
||||||
|
@ -8,25 +8,28 @@ http {
|
|||||||
sendfile on;
|
sendfile on;
|
||||||
keepalive_timeout 65;
|
keepalive_timeout 65;
|
||||||
server {
|
server {
|
||||||
listen 443 ssl http2;
|
listen 5050;
|
||||||
listen [::]:443 ssl http2;
|
|
||||||
server_name localhost;
|
server_name localhost;
|
||||||
ssl_certificate "includes/desktop-vp94spb.crt";
|
include "includes/html.conf";
|
||||||
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;
|
error_page 500 502 503 504 /50x.html;
|
||||||
include "includes/html-error.conf";
|
include "includes/html-error.conf";
|
||||||
}
|
}
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 5051;
|
||||||
listen [::]:80;
|
|
||||||
server_name localhost;
|
server_name localhost;
|
||||||
location / {
|
include "includes/www.conf";
|
||||||
root html;
|
|
||||||
index index.html index.htm;
|
|
||||||
}
|
}
|
||||||
|
server {
|
||||||
|
listen 80;
|
||||||
|
server_name yoda-dev.*;
|
||||||
|
include "includes/YODA Viewer.conf";
|
||||||
|
}
|
||||||
|
server {
|
||||||
|
listen 80;
|
||||||
|
server_name goto-dev.*;
|
||||||
|
include "includes/Mesa GoTo Viewer.conf";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#cd "C:\Users\MESYODASVC\AppData\Local\IFXApps\nginx-1.20.1"
|
||||||
|
#.\nginx -t
|
||||||
|
#.\nginx -s reload
|
Reference in New Issue
Block a user