Implemented XML Formatter and simplified structure of XML tools #229

Merged
bema merged 33 commits from ref/simplify_xml_tools into master 2023-06-21 14:32:02 +02:00
Showing only changes of commit 7daaf7808a - Show all commits

View File

@@ -8,6 +8,7 @@ server {
location / { location / {
root /usr/share/nginx/html; root /usr/share/nginx/html;
index index.html index.htm; index index.html index.htm;
try_files $uri $uri/ /index.html;
expires -1; expires -1;
add_header Cache-Control "private, no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0"; add_header Cache-Control "private, no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0";
} }