How to Deploy Flask with uWSGI and Nginx
Enter uWSGI UWSGI and its predecessors are a form of middleware for webservers. UWSGI is objectively...
pets, internet, deep learning
Enter uWSGI UWSGI and its predecessors are a form of middleware for webservers. UWSGI is objectively...
安装nginx yum install nginx stream { #…… upstream local-proxy { server 127.0.0.1:8119; #union-proxy server 127.0.0.1:8120; #union-proxy...
# This is a default site configuration which will simply return 404, preventing # chance access...
如果没法安装考虑直接下载 wget http://download.zerotier.com/debian/buster/pool/main/z/zerotier-one/zerotier-one_1.6.2_amd64.deb apt install -f ./zerotier-one_1.6.2_amd64.deb apt install nginx systemctl enable nginx systemctl start nginx...
[error] 15515#0: *260609 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined property: JPagination::$pagesTotal in /var/www/joomla/templates/ashton/html/com_content/featured/default.php...
错误如下 could not build optimal types_hash, you should increase either types_hash_max_size: 1024 or types_hash_bucket_size: 64; ignoring...
修改nginx配置文件 vim /etc/nginx/nginx.conf # Upstream to abstract backend connection(s) for php upstream php { server unix:/tmp/php-cgi.socket;...
今天把nginx升级到nginx1.3.11版本,本来想spdy,不过无奈未果,以后有时间再启用吧. 不过升级后导致vps安装的wordpress多站点绑定域名却指向了默认的目录,幸好通过修改nginx虚拟主机对应的.conf配置文件实现. server { listen 80; ...
下载镜象 docker pull nginx 复制默认配置 mkdir /terry/www mkdir /terry/conf $ docker run –name tmp-nginx-container -d nginx...