forked from Dniel97/artemis
fix nginx example
This commit is contained in:
parent
7071ab0bd9
commit
846a556c5b
@ -99,26 +99,6 @@ server {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# CXB, comment this out if you don't plan on serving crossbeats.
|
|
||||||
server {
|
|
||||||
listen 443 ssl;
|
|
||||||
server_name cxb.hostname.here;
|
|
||||||
|
|
||||||
ssl_certificate /path/to/cert/cxb.pem;
|
|
||||||
ssl_certificate_key /path/to/cert/cxb.key;
|
|
||||||
ssl_session_timeout 1d;
|
|
||||||
ssl_session_cache shared:MozSSL:10m;
|
|
||||||
ssl_session_tickets off;
|
|
||||||
|
|
||||||
ssl_protocols TLSv1 TLSv1.1 TLSv1.2 TLSv1.3;
|
|
||||||
ssl_ciphers "ALL:@SECLEVEL=1";
|
|
||||||
ssl_prefer_server_ciphers off;
|
|
||||||
|
|
||||||
location / {
|
|
||||||
proxy_pass http://localhost:8080/SDBT/104/;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
# Frontend, set to redirect to HTTPS. Comment out if you don't intend to use the frontend
|
# Frontend, set to redirect to HTTPS. Comment out if you don't intend to use the frontend
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
|
Loading…
Reference in New Issue
Block a user