Compare commits
1 Commits
mestsa008.
...
desktop-vp
Author | SHA1 | Date | |
---|---|---|---|
fa619af527 |
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +0,0 @@
|
|||||||
conf/includes/localhost.crt
|
|
||||||
conf/includes/localhost.key
|
|
@ -1,11 +1,11 @@
|
|||||||
location / {
|
location /
|
||||||
proxy_http_version 1.1;
|
{
|
||||||
proxy_cache_bypass $http_upgrade;
|
|
||||||
proxy_pass http://localhost:5555;
|
proxy_pass http://localhost:5555;
|
||||||
proxy_set_header Host $http_host;
|
proxy_http_version 1.1;
|
||||||
proxy_set_header Connection keep-alive;
|
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
proxy_set_header X-Forwarded-Proto https;
|
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= ""
|
# 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= ""
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
location / {
|
|
||||||
root "D://Websites//Expose-MyIT//ClassDiagram";
|
|
||||||
try_files $uri $uri/ /index.html =404;
|
|
||||||
}
|
|
@ -1,4 +0,0 @@
|
|||||||
location / {
|
|
||||||
root "D://Websites//Expose-MyIT//Coverage";
|
|
||||||
try_files $uri $uri/ /index.html =404;
|
|
||||||
}
|
|
1
conf/includes/Gogs.conf
Normal file
1
conf/includes/Gogs.conf
Normal file
@ -0,0 +1 @@
|
|||||||
|
location / { proxy_pass http://localhost:3000; }
|
1
conf/includes/Nextcloud.conf
Normal file
1
conf/includes/Nextcloud.conf
Normal file
@ -0,0 +1 @@
|
|||||||
|
location / { proxy_pass http://localhost:8081; }
|
@ -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,6 +1,6 @@
|
|||||||
[req]
|
[req]
|
||||||
default_bits = 2048
|
default_bits = 2048
|
||||||
default_keyfile = localhost.key
|
default_keyfile = desktop-vp94spb.key
|
||||||
distinguished_name = req_distinguished_name
|
distinguished_name = req_distinguished_name
|
||||||
req_extensions = req_ext
|
req_extensions = req_ext
|
||||||
x509_extensions = v3_ca
|
x509_extensions = v3_ca
|
||||||
@ -11,13 +11,13 @@ countryName_default = US
|
|||||||
stateOrProvinceName = State or Province Name (full name)
|
stateOrProvinceName = State or Province Name (full name)
|
||||||
stateOrProvinceName_default = Arizona
|
stateOrProvinceName_default = Arizona
|
||||||
localityName = Locality Name (eg, city)
|
localityName = Locality Name (eg, city)
|
||||||
localityName_default = Mesa
|
localityName_default = Anthem
|
||||||
organizationName = Organization Name (eg, company)
|
organizationName = Organization Name (eg, company)
|
||||||
organizationName_default = Infineon Technologies Americas Corp.
|
organizationName_default = Phares
|
||||||
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 = mestsa008.infineon.com
|
commonName_default = chelsea.nextcloud
|
||||||
commonName_max = 64
|
commonName_max = 64
|
||||||
|
|
||||||
[req_ext]
|
[req_ext]
|
||||||
@ -27,11 +27,11 @@ subjectAltName = @alt_names
|
|||||||
subjectAltName = @alt_names
|
subjectAltName = @alt_names
|
||||||
|
|
||||||
[alt_names]
|
[alt_names]
|
||||||
DNS.1 = mestsa008.infineon.com
|
DNS.1 = chelsea.nextcloud
|
||||||
DNS.2 = localhost
|
DNS.2 = desktop-vp94spb
|
||||||
DNS.3 = 127.0.0.1
|
DNS.3 = localhost
|
||||||
|
DNS.4 = 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"
|
||||||
# openssl
|
# 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
|
||||||
# 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
|
|
23
conf/includes/desktop-vp94spb.crt
Normal file
23
conf/includes/desktop-vp94spb.crt
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
-----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-----
|
28
conf/includes/desktop-vp94spb.key
Normal file
28
conf/includes/desktop-vp94spb.key
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
-----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-----
|
@ -7,14 +7,14 @@ location ~* .(3gp|apng|avi|avif|bmp|css|cur|flv|gif|htm|html|ico|jfif|jpeg|jpg|j
|
|||||||
# ln -s /srv/git /var/www/html/637998119172547651/git
|
# 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\pictures" "D:\Documents\Pictures"
|
||||||
# mklink /J "D:\Tmp\Phares\www\NGINdeX.io" "L:\GitHub\NGINdeX.io"
|
# mklink /J "D:\Tmp\Phares\www\NGINdeX.io" "L:\Git\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\pictures" "D:\Documents\Pictures"
|
||||||
# mklink /J "D:\Tmp\Phares\www\NGINdeX.io" "L:\GitHub\NGINdeX.io"
|
# mklink /J "D:\Tmp\Phares\www\NGINdeX.io" "L:\Git\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,18 +1,13 @@
|
|||||||
|
# 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)$ {
|
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\pictures" "D:\Documents\Pictures"
|
||||||
# mklink /J "D:\Tmp\Phares\www\NGINdeX.io" "L:\GitHub\NGINdeX.io"
|
# 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;
|
|
||||||
# mklink /J "D:\Tmp\Phares\www\pictures" "D:\Documents\Pictures"
|
# mklink /J "D:\Tmp\Phares\www\pictures" "D:\Documents\Pictures"
|
||||||
# mklink /J "D:\Tmp\Phares\www\NGINdeX.io" "L:\GitHub\NGINdeX.io"
|
# mklink /J "D:\Tmp\Phares\www\NGINdeX.io" "L:\GitHub\NGINdeX.io"
|
||||||
root "D://Tmp//phares//www";
|
root "D://Tmp//phares//www";
|
||||||
@ -20,10 +15,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;
|
||||||
}
|
}
|
8
conf/includes/syncthing.conf
Normal file
8
conf/includes/syncthing.conf
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
location / { proxy_pass http://localhost:8384; }
|
||||||
|
# server {
|
||||||
|
# listen 8011;
|
||||||
|
# server_name localhost;
|
||||||
|
# location / {
|
||||||
|
# proxy_pass http://localhost:8384;
|
||||||
|
# }
|
||||||
|
# }
|
@ -1,4 +1,4 @@
|
|||||||
location / {
|
location / {
|
||||||
root "D://Websites//Expose-MyIT//Client//wwwroot";
|
root "D://wwwroot";
|
||||||
try_files $uri $uri/ /index.html =404;
|
try_files $uri $uri/ /index.html =404;
|
||||||
}
|
}
|
@ -7,80 +7,26 @@ http {
|
|||||||
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 {
|
server {
|
||||||
listen 5051;
|
listen 443 ssl http2;
|
||||||
|
listen [::]:443 ssl http2;
|
||||||
server_name localhost;
|
server_name localhost;
|
||||||
include "includes/www.conf";
|
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 {
|
server {
|
||||||
listen 5052;
|
listen 80;
|
||||||
|
listen [::]:80;
|
||||||
server_name localhost;
|
server_name localhost;
|
||||||
include "includes/dex.conf";
|
location / {
|
||||||
|
root html;
|
||||||
|
index index.html index.htm;
|
||||||
}
|
}
|
||||||
# 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