Skip to content

Commit fdd0faa

Browse files
committed
Update
1 parent 8941c3e commit fdd0faa

4 files changed

Lines changed: 16 additions & 5 deletions

File tree

_hosts/media.codonaft/etc/nginx/http.d/media.conf

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,4 +289,15 @@ server {
289289
set $target https://$1$is_args$args;
290290
proxy_pass $target;
291291
}
292+
293+
location /ts {
294+
#add_header Alt-Svc $h3 always;
295+
add_header "Access-Control-Allow-Origin" $origin always;
296+
297+
add_header Cache-Control "no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0" always;
298+
add_header Expires "0" always;
299+
300+
default_type text/plain;
301+
return 200 "$msec\n";
302+
}
292303
}

pages/sponsor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Your support keeps me going ❤️
7474
<p><code class="language-plaintext highlighter-rouge">{{ site.theme_settings.ltc }}</code></p>
7575
</div>
7676

77-
<div class="grid-item">
77+
<!-- div class="grid-item">
7878
<a href="https://www.patreon.com/{{ site.theme_settings.patreon }}" alt="Become Patron" title="Become Patron" rel="noopener noreferrer" target="_blank"><img style="width: 170pt; height: 40pt" alt="Become Patron" src="/assets/img/donate-with-patreon.svg"></a>
7979
</div>
8080

@@ -94,7 +94,7 @@ Your support keeps me going ❤️
9494
<div class="grid-item">
9595
<a href="https://liberapay.com/alopatindev" alt="Support me on Liberapay" rel="noopener noreferrer" target="_blank">{% include icons/liberapay.svg %}</a>
9696
<p><strong>Liberapay</strong></p>
97-
</div>
97+
</div -->
9898
</div>
9999
</div>
100100

relays.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

ru/pages/sponsor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ lang-en-uri: /sponsor/
7474
<p><code class="language-plaintext highlighter-rouge">{{ site.theme_settings.ltc }}</code></p>
7575
</div>
7676

77-
<div class="grid-item">
77+
<!-- div class="grid-item">
7878
<a href="https://www.patreon.com/{{ site.theme_settings.patreon }}" alt="Стать патроном" title="Стать патроном" rel="noopener noreferrer" target="_blank"><img style="width: 170pt; height: 40pt" src="/assets/img/donate-with-patreon.svg"></a>
7979
</div>
8080

@@ -94,7 +94,7 @@ lang-en-uri: /sponsor/
9494
<div class="grid-item">
9595
<a href="https://liberapay.com/alopatindev" alt="Поддержать с помощью Liberapay" title="Поддержать с помощью Liberapay" rel="noopener noreferrer" target="_blank">{% include icons/liberapay.svg %}</a>
9696
<p><strong>Liberapay</strong></p>
97-
</div>
97+
</div -->
9898
</div>
9999
</div>
100100

0 commit comments

Comments
 (0)