Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
d3bc5f92
Commit
d3bc5f92
authored
Nov 06, 2015
by
Florian Schaal
Browse files
ssl for nginx apps-vhos
parent
ec9c5478
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/tpl/nginx_apps.vhost.master
View file @
d3bc5f92
server {
listen {apps_vhost_ip}{apps_vhost_port};
ssl {ssl_on};
{ssl_comment}ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
{ssl_comment}ssl_certificate /usr/local/ispconfig/interface/ssl/ispserver.crt;
{ssl_comment}ssl_certificate_key /usr/local/ispconfig/interface/ssl/ispserver.key;
# redirect to https if accessed with http
{ssl_comment}error_page 497 https://$host:{vhost_port}$request_uri;
server_name {apps_vhost_servername};
...
...
@@ -199,4 +206,4 @@ server {
alias /var/lib/mailman/archives/public;
autoindex on;
}
}
\ No newline at end of file
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment