|
@@ -1,9 +1,9 @@
|
|
|
http {
|
|
|
server {
|
|
|
- server_name *.etherdream.com;
|
|
|
- ssl_certificate cert/etherdream.com/ecc.cer;
|
|
|
- ssl_certificate_key cert/etherdream.com/ecc.key;
|
|
|
- listen 8443 ssl http2;
|
|
|
+ # server_name example.com;
|
|
|
+ # ssl_certificate cert/example.com/ecc.cer;
|
|
|
+ # ssl_certificate_key cert/example.com/ecc.key;
|
|
|
+ # listen 8443 ssl http2;
|
|
|
listen 8080;
|
|
|
include api.conf;
|
|
|
}
|