diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-12-15 06:21:45 -0500 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-12-15 06:21:45 -0500 |
commit | 321cd40fba0956e3aa697f9e7c7006159a032f58 (patch) | |
tree | 30b023da72d882fe234b288afb3b8495cbae7c39 /roles/private/files/raspberrypi/http.uptimeplugins.internal.simponic.xyz.conf | |
parent | 2b18152e54a7a5aae866bb51a70fe7de23687cd7 (diff) | |
download | oldinfra-321cd40fba0956e3aa697f9e7c7006159a032f58.tar.gz oldinfra-321cd40fba0956e3aa697f9e7c7006159a032f58.zip |
rename to .conf ._.
Diffstat (limited to 'roles/private/files/raspberrypi/http.uptimeplugins.internal.simponic.xyz.conf')
-rw-r--r-- | roles/private/files/raspberrypi/http.uptimeplugins.internal.simponic.xyz.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/roles/private/files/raspberrypi/http.uptimeplugins.internal.simponic.xyz.conf b/roles/private/files/raspberrypi/http.uptimeplugins.internal.simponic.xyz.conf new file mode 100644 index 0000000..b901c7c --- /dev/null +++ b/roles/private/files/raspberrypi/http.uptimeplugins.internal.simponic.xyz.conf @@ -0,0 +1,13 @@ +server { + listen 80; + server_name uptimeplugins.internal.simponic.xyz; + + location /.well-known/acme-challenge { + root /var/www/letsencrypt; + try_files $uri $uri/ =404; + } + + location / { + rewrite ^ https://uptimeplugins.internal.simponic.xyz$request_uri? permanent; + } +} |