summaryrefslogtreecommitdiff
path: root/roles/private/files/europa/http.jellyfin.internal.simponic.xyz.conf
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-01-10 02:22:27 -0500
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-01-10 02:22:27 -0500
commitf761f6968336fff608a9232b77303a8f73ebf58e (patch)
treee15ac93dc21802873f0c13c1ae0aeabc744fec72 /roles/private/files/europa/http.jellyfin.internal.simponic.xyz.conf
parenta5ddb4f7f64fc4a077696a0fdd92d41f7d9626d2 (diff)
downloadoldinfra-f761f6968336fff608a9232b77303a8f73ebf58e.tar.gz
oldinfra-f761f6968336fff608a9232b77303a8f73ebf58e.zip
add scurvy
Diffstat (limited to 'roles/private/files/europa/http.jellyfin.internal.simponic.xyz.conf')
-rw-r--r--roles/private/files/europa/http.jellyfin.internal.simponic.xyz.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/roles/private/files/europa/http.jellyfin.internal.simponic.xyz.conf b/roles/private/files/europa/http.jellyfin.internal.simponic.xyz.conf
new file mode 100644
index 0000000..7c11e5e
--- /dev/null
+++ b/roles/private/files/europa/http.jellyfin.internal.simponic.xyz.conf
@@ -0,0 +1,13 @@
+server {
+ listen 80;
+ server_name jellyfin.internal.simponic.xyz;
+
+ location /.well-known/acme-challenge {
+ root /var/www/letsencrypt;
+ try_files $uri $uri/ =404;
+ }
+
+ location / {
+ rewrite ^ https://jellyfin.internal.simponic.xyz$request_uri? permanent;
+ }
+}