several changes implementing flask

This commit is contained in:
Fr4nz D13trich 2025-10-14 12:55:11 +02:00
parent b72fce9038
commit 294f8b84ab
6 changed files with 41 additions and 7 deletions

View file

@ -26,8 +26,6 @@ server {
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always;
location / {
try_files $uri $uri/ =404;
root /var/www/html;
index index.html;
proxy_pass http://127.0.0.1:5000;
}
}