Search notes:

/etc/nginx/sites-enabled/default

After installing nginx with apt, /etc/nginx/sites-enabled/default is a symbolic link to /etc/nginx/sites-available/default.
Typically, /etc/nginx/nginx.conf contains the directive include /etc/nginx/modules-enabled/*.conf;. So, the nginx administrator can remove the symbolic link from the /etc/nginx/sites-enabled directory so that the default configuration is not read anymore.
The default file in /etc/nginx/sites-available is then left untouched so that it will still reflect updates by the nginx updating team.

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Linux/fh...', 1759422495, '216.73.216.42', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Linux/fhs/etc/nginx/sites-enabled/default(37): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78