配置文件 #http跳转到https server { listen 80; server_name **** […]
作者: lsj
Ubuntu安装 VNCServer并配置unity
1.安装vnc: sudo apt-get install vnc4server 2.修改xstartup 首 […]
Ubuntu 安装 Unity桌面
sudo apt-get install ubuntu-desktop sudo apt-get instal […]
MSSQL 批量删除存储过程
declare @tname varchar(max) set @tname=” select @tname […]
C# Event 多个委托
public static event EventHandler<TestEventArgs> t […]
Nginx http跳转https
server { listen 80; server_name my.domain.com; return 3 […]
Nginx 配置ssl
添加 server { listen 443 ssl; ssl_certificate crt路径; ssl_ […]
WordPress Nginx 固定链接
修改nginix的ngnix.conf配置文件,让其支持重定向 location / { try […]
WordPress 自动更新需要FTP
修改网站所在目录属性: chmod -R 755 /home/wwwroot chown -R www /ho […]
iptables ftp 配置
1、开放20、21端口: -A INPUT -p tcp -m tcp –dport 20 -j […]