This commit is contained in:
Daniel Maixner 2023-09-02 17:36:42 +02:00
parent c5918e851b
commit 66647be7db
3 changed files with 0 additions and 7 deletions

View File

@ -3,4 +3,3 @@ PROJECT_NAME=cs
PHP_VERSION=8.2
DOCUMENT_ROOT=www
HAS_PROXY=1
EXTRA_RUN_CMD_2="a2enmod headers"

1
.gitignore vendored
View File

@ -2,4 +2,3 @@
/electron/package-lock.json
/electron/build/
/electron/node_modules/
/www/.htaccess*

View File

@ -1,5 +0,0 @@
<filesMatch "\.(js|html|css|json|glb)$">
Header set Cache "no-cache, no-store, must-revalidate"
Header set Pragma "no-cache"
Header set Expires 0
</filesMatch>