Modifications : etc/nginx/site.d/roundcube/server.conf
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Tue, 4 Jul 2017 14:55:05 +0000 (16:55 +0200)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Tue, 4 Jul 2017 14:55:05 +0000 (16:55 +0200)
etc/nginx/site.d/roundcube/server.conf [new file with mode: 0644]

diff --git a/etc/nginx/site.d/roundcube/server.conf b/etc/nginx/site.d/roundcube/server.conf
new file mode 100644 (file)
index 0000000..880a6b2
--- /dev/null
@@ -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;
+}