diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-01-08 02:56:59 -0500 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-01-08 02:56:59 -0500 |
commit | 2227a2c0aa044b22eff4cd5355c1f30f31bb77ad (patch) | |
tree | 9e18c094ef744125527963456fccd9d29aa1223e /roles/private/files/europa/http.roundcube.internal.simponic.xyz.conf | |
parent | ce4c85dd6f99506128bb125e26728a7416660397 (diff) | |
download | oldinfra-2227a2c0aa044b22eff4cd5355c1f30f31bb77ad.tar.gz oldinfra-2227a2c0aa044b22eff4cd5355c1f30f31bb77ad.zip |
roundcube
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, 13 insertions, 0 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 new file mode 100644 index 0000000..09ce1a6 --- /dev/null +++ b/roles/private/files/europa/http.roundcube.internal.simponic.xyz.conf @@ -0,0 +1,13 @@ +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; + } +} |