fixing typo and pushing from prod

main
Michael Winter 1 year ago
parent 91b0441759
commit 697267f3b0

@ -1,3 +1,13 @@
## Start of configuration add by letsencrypt container
location ^~ /.well-known/acme-challenge/ {
auth_basic off;
auth_request off;
allow all;
root /usr/share/nginx/html;
try_files $uri =404;
break;
}
## End of configuration add by letsencrypt container
# This is needed for legacy support # This is needed for legacy support
location = / { location = / {
rewrite ^ http://gitea.unboundedpress.org/code/mwinter/ redirect; rewrite ^ http://gitea.unboundedpress.org/code/mwinter/ redirect;

@ -1,3 +1,13 @@
## Start of configuration add by letsencrypt container
location ^~ /.well-known/acme-challenge/ {
auth_basic off;
auth_request off;
allow all;
root /usr/share/nginx/html;
try_files $uri =404;
break;
}
## End of configuration add by letsencrypt container
# The following are all for collabora routing # The following are all for collabora routing

@ -11,7 +11,7 @@
</div> </div>
</div> </div>
<div class="ml-3 p-2 text-sm justify-end"> <div class="ml-3 p-2 text-sm justify-end">
Welcome to the new front-end of my website, which is still in development. It functions similar to the former site. In case you cannot find something here, you can still view the old front-end by clicking on the "legacy" link in the menu below. If you have any questions or find any problems please contact, me at the email link in the about section. Welcome to the new front-end of my website, which is still in development. It functions similar to the former site. In case you cannot find something here, you can still view the old front-end by clicking on the "legacy" link in the menu below. If you have any questions or find any problems, please contact me at the email link in the about section.
</div> </div>
</div> </div>
<slot /> <!-- required here only --> <slot /> <!-- required here only -->

Loading…
Cancel
Save