tst
Some checks failed
deploy to production / deploy (push) Failing after 31s

This commit is contained in:
2023-08-16 10:46:33 +00:00
parent c9135d03cf
commit 44f7934217
2 changed files with 67 additions and 30 deletions

View File

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