伪静态设置开启目录浏览功能
代码如下: location /download { autoindex on; autoindex_exact_size off; charset utf-8,gbk; autoindex_localtime on; }
代码如下: location /download { autoindex on; autoindex_exact_size off; charset utf-8,gbk; autoindex_localtime on; }
Linux系统在服务器上一般都直接最小化安装,是不安装图形界面的,但是有时候,有一些特殊情况,需要使用图形界面,而下面就利用VNC来实现类似windows的远程桌面功能。 首先,系统需要有图形界面,可以在安装系统的时候一起安装gnome,或...
CentOS7使用的是firewall防火墙,不再是原来的iptables 1:查看firewall防火墙状态 firewall-cmd --state 或者 systemctl status firewalld 2:打开防火墙 syste...
BBR(Bottleneck Bandwidth and Round-trip propagation time)是Google 提出的一种新型拥塞控制算法,可以使Linux服务器显著地提高吞吐量和减少TCP连接的延迟。Google已经开源...
下载源码 wget https://www.sqlite.org/2021/sqlite-autoconf-3350500.tar.gz 编译 tar zxvf sqlite-autoconf-3350500.tar.gz cd sqlit...
本文主要介绍centos+nginx+uwsgi环境使用宝塔面板如何部署django项目。 1. 新装干净的centos7系统 云服务器重置系统,各服务商大同小异。本文选择centos7.9。 查看centos版本 cat /etc/red...