You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-08-10 22:31:47 +02:00
More hardening
This commit is contained in:
@@ -2,7 +2,11 @@ server {
|
||||
listen 80 default_server;
|
||||
listen [::]:80 default_server;
|
||||
|
||||
{% if WEBMAIL == 'roundcube' %}
|
||||
root /var/www/{{ WEBMAIL }}/public_html;
|
||||
{% else %}
|
||||
root /var/www/{{ WEBMAIL }};
|
||||
{% endif %}
|
||||
|
||||
include /etc/nginx/mime.types;
|
||||
|
||||
|
Reference in New Issue
Block a user