mirror of
https://github.com/kvazar-network/webapp.git
synced 2025-01-10 23:28:04 +00:00
405 B
405 B
kvazar-network webapp
Web-oriented content exploring platform for Kevacoin Blockchain
requirements
php-7.4
php-curl
php-mbstring
php-mysql
php-bcmath
php-gd
database
https://github.com/kvazar-network/database
nginx sef_mode example
location / {
try_files $uri $uri/ =404 @sef;
}
location @sef {
rewrite ^(/.*)$ /?$1 last;
}