mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-11-15 01:49:15 +00:00
16 lines
412 B
Plaintext
16 lines
412 B
Plaintext
#server {
|
|
# listen 443 ssl;
|
|
# server_name https;
|
|
#
|
|
# include /etc/nginx/mynode/mynode_ssl_params.conf;
|
|
# include /etc/nginx/mynode/mynode_ssl_cert_key.conf;
|
|
#
|
|
# access_log /var/log/nginx/access_www_https.log;
|
|
# error_log /var/log/nginx/error_www_https.log;
|
|
#
|
|
# location / {
|
|
# proxy_pass http://127.0.0.1:80;
|
|
#
|
|
# include /etc/nginx/mynode/mynode_ssl_proxy_params.conf;
|
|
# }
|
|
#} |