Free file hosting website https://void.cat
Go to file
2018-06-20 18:38:59 +08:00
src update some stuff 2018-06-20 18:38:59 +08:00
utils add service install script and stop memory leak 2018-01-19 15:12:59 +08:00
.gitignore v2 2017-11-09 15:49:18 +08:00
bower.json v2 2017-11-09 15:49:18 +08:00
favicon.ico block crawl bots from counting views 2017-11-17 15:34:29 +08:00
index.html v2 2017-11-09 15:49:18 +08:00
polymer.json v2 2017-11-09 15:49:18 +08:00
README.md update some stuff 2018-06-20 18:38:59 +08:00

  • Nginx >= 1.13.0
  • php7.0-fpm & php7.0-dev
  • Redis >= 4.0.0
  • phpredis >= (develop branch)
cat src/db.sql | mysql -D YOUR_DB -p
location ~ "^\/[0-9a-z\.]{36,40}$" {
	try_files $uri /src/php/download.php;
}