diff --git a/.dev-config b/.dev-config index 6aac578..bbb50d6 100644 --- a/.dev-config +++ b/.dev-config @@ -3,4 +3,3 @@ PROJECT_NAME=cs PHP_VERSION=8.2 DOCUMENT_ROOT=www HAS_PROXY=1 -EXTRA_RUN_CMD_2="a2enmod headers" diff --git a/.gitignore b/.gitignore index 6572242..ffbf3e8 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,3 @@ /electron/package-lock.json /electron/build/ /electron/node_modules/ -/www/.htaccess* diff --git a/www/.htaccess.dev b/www/.htaccess.dev deleted file mode 100644 index 878bce4..0000000 --- a/www/.htaccess.dev +++ /dev/null @@ -1,5 +0,0 @@ - - Header set Cache "no-cache, no-store, must-revalidate" - Header set Pragma "no-cache" - Header set Expires 0 -