Free file hosting website https://void.cat
Go to file
2018-01-12 18:57:57 +08:00
src add ga batching 2018-01-12 18:57:57 +08:00
utils add ga batching 2018-01-12 18:57:57 +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 readme & small fixes 2017-11-09 19:52:05 +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]{40}$" {
	try_files $uri /src/php/download.php;
}