code-marketplace
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user