code-marketplace

This commit is contained in:
2023-09-30 13:23:39 -07:00
parent 6d3dd0bc87
commit fdfc5b538b
6 changed files with 78 additions and 5 deletions

View File

@ -8,7 +8,6 @@ http {
sendfile on;
keepalive_timeout 65;
server {
listen 80;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name localhost;
@ -25,6 +24,19 @@ http {
error_page 500 502 503 504 /50x.html;
include "includes/html-error.conf";
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name code-marketplace;
# https://code-marketplace
ssl_certificate "includes/localhost.crt";
ssl_certificate_key "includes/localhost.key";
ssl_protocols TLSv1.2 TLSv1.1 TLSv1;
# include "includes/code-marketplace-publish.conf";
include "includes/code-marketplace.conf";
error_page 500 502 503 504 /50x.html;
include "includes/html-error.conf";
}
server {
listen 4430;
server_name iscn5cg1325c0x.infineon.com;