summaryrefslogtreecommitdiff
path: root/roles/private/files/johan/http.roundcube.internal.simponic.xyz.conf
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2025-08-01 03:04:07 -0400
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2025-08-01 03:04:07 -0400
commit4eb2e6990db54cb99b0fc738b3624ce75be09415 (patch)
treeadacaf914b801c55e16ac182ef03d750c9731e2b /roles/private/files/johan/http.roundcube.internal.simponic.xyz.conf
parenta2599ee56244940885bf2f85d9f6f4ddb7dcecd2 (diff)
downloadoldinfra-4eb2e6990db54cb99b0fc738b3624ce75be09415.tar.gz
oldinfra-4eb2e6990db54cb99b0fc738b3624ce75be09415.zip
ARCHIVEHEADmain
Diffstat (limited to 'roles/private/files/johan/http.roundcube.internal.simponic.xyz.conf')
-rw-r--r--roles/private/files/johan/http.roundcube.internal.simponic.xyz.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/roles/private/files/johan/http.roundcube.internal.simponic.xyz.conf b/roles/private/files/johan/http.roundcube.internal.simponic.xyz.conf
new file mode 100644
index 0000000..09ce1a6
--- /dev/null
+++ b/roles/private/files/johan/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;
+ }
+}