From 5b8da42560b72eade5c40001160b5bde332e9929 Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Tue, 4 Jul 2017 16:55:05 +0200 Subject: [PATCH] =?utf8?q?Modifications=C2=A0:=20etc/nginx/site.d/roundcub?= =?utf8?q?e/server.conf?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- etc/nginx/site.d/roundcube/server.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 etc/nginx/site.d/roundcube/server.conf diff --git a/etc/nginx/site.d/roundcube/server.conf b/etc/nginx/site.d/roundcube/server.conf new file mode 100644 index 0000000..880a6b2 --- /dev/null +++ b/etc/nginx/site.d/roundcube/server.conf @@ -0,0 +1,8 @@ +server { + include /etc/nginx/conf.d/letsencrypt.conf; + access_log /home/www/log/roundcube/nginx/access.log main; + error_log /home/www/log/roundcube/nginx/error.log warn; + root /home/www/data/roundcube; + include /etc/nginx/site.d/roundcube/local.conf; + include /etc/nginx/site.d/roundcube/site.conf; +} -- 2.20.1