Add link on homepage, tweak NGINX config
This commit is contained in:
parent
ea391d47ec
commit
16d3027a16
@ -14,7 +14,8 @@ server {
|
||||
set_real_ip_from 10.0.0.0/8;
|
||||
real_ip_header X-Real-IP;
|
||||
|
||||
location ~ \.docker {
|
||||
# Deny access to hidden files/folders
|
||||
location ~ /\. {
|
||||
deny all;
|
||||
}
|
||||
|
||||
|
@ -30,6 +30,8 @@
|
||||
|
||||
<img class="hidden" id="preview" src="">
|
||||
|
||||
<a href="https://git.je/Alex/DiplomGenerator">Code can be found here</a>
|
||||
|
||||
<script>
|
||||
const form = document.getElementById('form');
|
||||
form.addEventListener('submit', function(e) {
|
||||
|
Loading…
Reference in New Issue
Block a user