X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=etc%2Fnginx%2Fsite.d%2Froundcube%2Fserver.conf;fp=etc%2Fnginx%2Fsite.d%2Froundcube%2Fserver.conf;h=880a6b28a2d701593ea5bc97c8531950a9670a1c;hb=5b8da42560b72eade5c40001160b5bde332e9929;hp=0000000000000000000000000000000000000000;hpb=1f9a5b9239ec1507c6e89b2c73e986d958a00322;p=lhc%2Fateliers.git 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; +}