mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-05 23:56:50 +08:00
sample nginx.conf has reasonably-short pathnames
This commit is contained in:
@@ -102,8 +102,8 @@ come first in the head; any other head content must come *after* these tags -->
|
||||
server {
|
||||
server_name 52-0-56-137.sslip.io;
|
||||
listen 443 ssl;
|
||||
ssl_certificate /usr/local/etc/nginx/ssl/sslip.io.chained.crt.pem;
|
||||
ssl_certificate_key /usr/local/etc/nginx/ssl/sslip.io.key.pem;
|
||||
ssl_certificate /etc/ssl/sslip.io.chained.crt.pem;
|
||||
ssl_certificate_key /etc/ssl/sslip.io.key.pem;
|
||||
}
|
||||
</pre>
|
||||
<p class="lead">
|
||||
|
Reference in New Issue
Block a user