invent.life

  • hello
  • whoami
  • thoughts
  • sysadmin
  • artlab
Select Page

Running Pydio under Nginx and PHP5-FPM

configurationnginxPydio

h

by Bazyli Brzóska | April 29th, 2015 | Code & Security

This is what you need to add to the server scope of your pydio host (please correct the paths to the data folder below):

JavaScript
…

nginx & PHP – no output, no error

errorfastcginginxPHPPHP-FPM

h

by Bazyli Brzóska | November 13th, 2014 | Code & Security

This is a terrible thing to debug. No output, no error, could mean you’re missing this parameter.…

Order of concatenation of SSL certificates for nginx

encryptionhttpsnginxSSL

h

by Bazyli Brzóska | February 25th, 2014 | Code & Security

  1. your certificate
  2. root CA
  3. intermediate CA
…

Redirect all websites on server from www subdomain to no-www (nginx)

nginxredirect

h

by Bazyli Brzóska | August 25th, 2013 | Code & Security

Shell
1
2
3
4
5
server
{
        server_name ~^www.
…

Observium with MariaDB & nginx + client configuration

MariaDBMySQLnginxObserviumObservium Client

h

by Bazyli Brzóska | August 2nd, 2013 | Code & Security

Shell
…

nginx good practices #1 – no-www to www redirect or no-ssl to ssl redirect

nginx

h

by Bazyli Brzóska | July 23rd, 2013 | Code & Security

Just add another server block

Shell
…
  • Facebook
  • Twitter
  • RSS

Copyright © 2009-2021 Bazyli Brzóska.