Fix up cdn log names and redirect directives

This commit is contained in:
waffles
2023-02-23 22:31:25 -08:00
parent f395aea7be
commit c2834556b5
2 changed files with 7 additions and 4 deletions
+4 -1
View File
@@ -63,8 +63,11 @@ server {
location = / {
rewrite / https://{{ PREFERRED_ALT_DOMAIN }}/ redirect;
}
{% endif %}
location ~ ^/@(.+)?$ {
rewrite ^/(@.*) https://{{ PREFERRED_ALT_DOMAIN }}/$1 permanent;
}
{% endif %}
location / {
try_files $uri @proxy;
}