test
All checks were successful
deploy to production / deploy (push) Successful in 1m24s

This commit is contained in:
2023-12-06 17:57:25 +00:00
parent 4ec39882a8
commit d6acf825c8
11 changed files with 299 additions and 172 deletions

View File

@@ -1,7 +1,7 @@
AddType application/javascript .mjs
DirectoryIndex spa.html
#DirectoryIndex noindex
#DirectoryIndex spa.html
DirectoryIndex noindex
<ifModule mod_rewrite.c>
RewriteEngine On
@@ -11,5 +11,6 @@ DirectoryIndex spa.html
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) /spa.html [QSA,L]
RewriteRule ^/?(.*)$ http://tibi-server:8080/api/v1/_/allkids_erfurt/ssr?token=owshwerNwoa&url=/$1 [P,QSA,L]
#RewriteRule (.*) /spa.html [QSA,L]
</ifModule>