Compare commits
No commits in common. "7a63d4eed1a21f64ad0bcfa3d447a157f8ccc655" and "cbec78589d2fa21f12ce87e71bff2b49c3a7d345" have entirely different histories.
7a63d4eed1
...
cbec78589d
@ -6,11 +6,6 @@ http {
|
|||||||
server {
|
server {
|
||||||
error_page 404 /index.html;
|
error_page 404 /index.html;
|
||||||
root /usr/share/nginx/html;
|
root /usr/share/nginx/html;
|
||||||
location /assets {
|
|
||||||
expires 1y;
|
|
||||||
log_not_found off;
|
|
||||||
access_log off;
|
|
||||||
}
|
|
||||||
location = /index.html {
|
location = /index.html {
|
||||||
add_header Cache-Control 'no-store';
|
add_header Cache-Control 'no-store';
|
||||||
}
|
}
|
||||||
|
@ -33,11 +33,7 @@
|
|||||||
rel="noopener, noreferrer"
|
rel="noopener, noreferrer"
|
||||||
href="https://git.odit.services/lfk/frontend/src/tag/{releaseinfo}">{releaseinfo}</a>
|
href="https://git.odit.services/lfk/frontend/src/tag/{releaseinfo}">{releaseinfo}</a>
|
||||||
-
|
-
|
||||||
<a
|
<a class="underline" href="https://docs.lauf-fuer-kaya.de" target="_blank">{$_('documentation')}</a>
|
||||||
rel="noopener, noreferrer"
|
|
||||||
class="underline"
|
|
||||||
href="https://docs.lauf-fuer-kaya.de"
|
|
||||||
target="_blank">{$_('documentation')}</a>
|
|
||||||
-
|
-
|
||||||
<a class="underline" href="/privacy">{$_('privacy')}</a>
|
<a class="underline" href="/privacy">{$_('privacy')}</a>
|
||||||
-
|
-
|
||||||
|
Loading…
x
Reference in New Issue
Block a user