We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b8cdfd commit 4cdf6d5Copy full SHA for 4cdf6d5
src/deb/nginx/nginx.conf
@@ -78,15 +78,14 @@ http {
78
79
# Vhost
80
server {
81
- listen 8083;
+ listen 8083 ssl;
82
server_name _;
83
root /usr/local/hestia/web;
84
charset utf-8;
85
86
# Fix error "The plain HTTP request was sent to HTTPS port"
87
error_page 497 https://$host:$server_port$request_uri;
88
89
- ssl on;
90
ssl_certificate /usr/local/hestia/ssl/certificate.crt;
91
ssl_certificate_key /usr/local/hestia/ssl/certificate.key;
92
ssl_session_cache shared:SSL:10m;
0 commit comments