diff options
Diffstat (limited to 'roles/private/files/europa/http.roundcube.internal.simponic.xyz.conf')
-rw-r--r-- | roles/private/files/europa/http.roundcube.internal.simponic.xyz.conf | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/roles/private/files/europa/http.roundcube.internal.simponic.xyz.conf b/roles/private/files/europa/http.roundcube.internal.simponic.xyz.conf deleted file mode 100644 index 09ce1a6..0000000 --- a/roles/private/files/europa/http.roundcube.internal.simponic.xyz.conf +++ /dev/null @@ -1,13 +0,0 @@ -server { - listen 80; - server_name roundcube.internal.simponic.xyz; - - location /.well-known/acme-challenge { - root /var/www/letsencrypt; - try_files $uri $uri/ =404; - } - - location / { - rewrite ^ https://roundcube.internal.simponic.xyz$request_uri? permanent; - } -} |