Revision 7bf415412ac4712fb89d057600c271b876cdc7af authored by Boris Sekachev on 29 October 2021, 06:11:05 UTC, committed by GitHub on 29 October 2021, 06:11:05 UTC
* Fix different project configs

* Sorted out all eslint configurations

* Return package-lock file created with npm 7 (just in case of compatibility issues), prev was 8

* Changed based image to lts slim
1 parent b574679
Raw File
mod_wsgi.conf
LoadModule xsendfile_module /usr/lib/apache2/modules/mod_xsendfile.so
XSendFile On
XSendFilePath ${HOME}/data/
XSendFilePath ${HOME}/static/
back to top