Compare commits
1 Commits
mestsa008.
...
CDE6
Author | SHA1 | Date | |
---|---|---|---|
54fbb9f613 |
@ -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;
|
|
||||||
}
|
|
8
conf/includes/Gogs.conf
Normal file
8
conf/includes/Gogs.conf
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
location / {
|
||||||
|
proxy_hide_header Authorization;
|
||||||
|
if ($http_Authorization != "Basic asdf") {
|
||||||
|
return 401;
|
||||||
|
}
|
||||||
|
proxy_set_header Authorization "Basic asdf";
|
||||||
|
proxy_pass http://localhost:3000;
|
||||||
|
}
|
@ -15,7 +15,7 @@ location / {
|
|||||||
# 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:\GitHub\NGINdeX.io"
|
||||||
root "D://Tmp//phares//www";
|
root "C://4p_W7a";
|
||||||
# First attempt to serve request as file, then
|
# First attempt to serve request as file, then
|
||||||
autoindex on;
|
autoindex on;
|
||||||
# Send the data in JSON
|
# Send the data in JSON
|
||||||
|
@ -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 = mestsa008.infineon.com
|
commonName_default = example.com
|
||||||
commonName_max = 64
|
commonName_max = 64
|
||||||
|
|
||||||
[req_ext]
|
[req_ext]
|
||||||
@ -27,7 +27,7 @@ subjectAltName = @alt_names
|
|||||||
subjectAltName = @alt_names
|
subjectAltName = @alt_names
|
||||||
|
|
||||||
[alt_names]
|
[alt_names]
|
||||||
DNS.1 = mestsa008.infineon.com
|
DNS.1 = example.com
|
||||||
DNS.2 = localhost
|
DNS.2 = localhost
|
||||||
DNS.3 = 127.0.0.1
|
DNS.3 = 127.0.0.1
|
||||||
|
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
location / {
|
|
||||||
root "D://Websites//Expose-MyIT//Client//wwwroot";
|
|
||||||
try_files $uri $uri/ /index.html =404;
|
|
||||||
}
|
|
@ -7,24 +7,6 @@ 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 5051;
|
||||||
server_name localhost;
|
server_name localhost;
|
||||||
@ -35,52 +17,42 @@ http {
|
|||||||
server_name localhost;
|
server_name localhost;
|
||||||
include "includes/dex.conf";
|
include "includes/dex.conf";
|
||||||
}
|
}
|
||||||
# server {
|
|
||||||
# listen 5053;
|
|
||||||
# server_name localhost;
|
|
||||||
# include "includes/ProgramData.conf";
|
|
||||||
# }
|
|
||||||
server {
|
server {
|
||||||
listen 5054;
|
listen 5053;
|
||||||
|
server_name localhost;
|
||||||
|
include "includes/ProgramData.conf";
|
||||||
|
}
|
||||||
|
server {
|
||||||
|
listen 80;
|
||||||
server_name localhost;
|
server_name localhost;
|
||||||
include "includes/json.conf";
|
include "includes/json.conf";
|
||||||
}
|
}
|
||||||
server {
|
server {
|
||||||
listen 5055;
|
listen 8011;
|
||||||
server_name localhost;
|
server_name localhost;
|
||||||
include "includes/wwwroot.conf";
|
include "includes/Gogs.conf";
|
||||||
}
|
}
|
||||||
server {
|
server {
|
||||||
listen 5056;
|
listen 8080;
|
||||||
server_name localhost;
|
server_name ~(oi-metrology-viewer-archive).mes.infineon.com;
|
||||||
include "includes/Coverage.conf";
|
location / {
|
||||||
|
include "includes/Archive.conf";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
server {
|
server {
|
||||||
listen 5057;
|
listen 8080;
|
||||||
server_name localhost;
|
server_name ~(oi-metrology-viewer-prod).mes.infineon.com;
|
||||||
include "includes/ClassDiagram.conf";
|
location / {
|
||||||
|
include "includes/Viewer.conf";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
server {
|
||||||
|
listen 8088;
|
||||||
|
server_name *.mes.infineon.com;
|
||||||
|
include "includes/EAF-Viewer.Server.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"
|
# mklink /J "C:\Users\mikep\AppData\Local\PharesApps\nginx-1.20.1\conf" "L:\Git\NGINX-Conf\conf"
|
||||||
# cd "C:\Users\ECMESEAF\AppData\Local\IFXApps\nginx-1.20.1"
|
# cd "C:\Users\ECMESEAF\AppData\Local\IFXApps\nginx-1.20.1"
|
||||||
# .\nginx -t
|
# .\nginx -t
|
||||||
# .\nginx -s reload
|
# .\nginx -s reload
|
||||||
|
Reference in New Issue
Block a user