adding include for managed collabora and pointers for letsencrypt

This commit is contained in:
Ralf Becker 2018-02-07 18:03:38 +01:00
parent d965fa0f6b
commit f6c8256500

View File

@ -12,11 +12,19 @@ server {
# HTTP Strict-Transport-Security header (start with a short max-age!)
#add_header Strict-Transport-Security max-age=31536000; # 31536000sec=1year
# A free of charge ssl certificate can be obtained from https://letsencrypt.org
# Instrunctions for Ubuntu 16.04 are eg. available at
# https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-16-04
# Just use /etc/egroupware/nginx.conf instead of /etc/nginx/sites-available/default
server_name _;
root /var/www/html;
index index.php index.nginx-debian.html index.html index.htm;
# include other EGroupware parts like Collabora
include app.d/egroupware*.conf;
# EGroupware installed in /usr/share/egroupware
location ^~ /egroupware {
alias /usr/share/egroupware/;