diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-09 03:19:05 -0500 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-09 03:19:05 -0500 |
commit | 544a62ea16a289a12b55690ad918068fb5f00564 (patch) | |
tree | 31b3389222bb4be2abea9ec36bd159c42357301a /roles/private/files/europa/http.drone.internal.simponic.xyz.conf | |
parent | 5232b710f00e85ce3b031bcaa77ff8cb81122d38 (diff) | |
download | oldinfra-544a62ea16a289a12b55690ad918068fb5f00564.tar.gz oldinfra-544a62ea16a289a12b55690ad918068fb5f00564.zip |
drone.io
Diffstat (limited to 'roles/private/files/europa/http.drone.internal.simponic.xyz.conf')
-rw-r--r-- | roles/private/files/europa/http.drone.internal.simponic.xyz.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/roles/private/files/europa/http.drone.internal.simponic.xyz.conf b/roles/private/files/europa/http.drone.internal.simponic.xyz.conf new file mode 100644 index 0000000..db2ea0e --- /dev/null +++ b/roles/private/files/europa/http.drone.internal.simponic.xyz.conf @@ -0,0 +1,13 @@ +server { + listen 80; + server_name drone.internal.simponic.xyz; + + location /.well-known/acme-challenge { + root /var/www/letsencrypt; + try_files $uri $uri/ =404; + } + + location / { + rewrite ^ https://drone.internal.simponic.xyz$request_uri? permanent; + } +} |