infra/roles/private/files/europa/http.scurvy.internal.simponic.xyz.conf

14 lines
271 B
Plaintext
Raw Permalink Normal View History

2024-01-10 02:22:27 -05:00
server {
listen 80;
server_name scurvy.internal.simponic.xyz;
location /.well-known/acme-challenge {
root /var/www/letsencrypt;
try_files $uri $uri/ =404;
}
location / {
rewrite ^ https://scurvy.internal.simponic.xyz$request_uri? permanent;
}
}