aboutsummaryrefslogtreecommitdiff
path: root/virtual/modules/websites/default.nix
Commit message (Collapse)AuthorAgeFilesLines
* Add httpdTools serviceIsmaël Bouya2019-01-181-1/+4
| | | | | This adds httpTools service, similar to integration and prod services, and removes the unneeded allGranted statement to /nix/store
* Add Florian's websiteIsmaël Bouya2019-01-131-0/+2
|
* Add mastodon serviceIsmaël Bouya2019-01-131-0/+2
|
* Refactor websites.Ismaël Bouya2019-01-121-57/+36
| | | | This commit refactors websites into module per "vhost".
* Move httpd service to moduleIsmaël Bouya2019-01-121-1/+89
|
* Make mysqli a shared extension, and load it where necessaryIsmaël Bouya2019-01-121-1/+1
|
* Refactor a bit the php-fpm moduleIsmaël Bouya2019-01-121-0/+20
| | | | | | | | | | | This commit adds a new phpfpm service with a new option that permits to specify pool-specific php configuration (caveat: now each pool has distinct php ini file, even if they have the same content) Make sure that the same php package is used everywhere Build pdo_mysql using mysql c-connector. Would be good to have the same with mysqli but it seems not to work
* Move some more configuration for websitesIsmaël Bouya2019-01-101-0/+192