Ajout : forum.cyclocoop.org .
[lhc/ateliers.git] / etc / nginx / site.d / cyclo-forum / http.conf
1 upstream php_fpm_cyclo_forum {
2 server unix:/run/php5/fpm/cyclo_forum;
3 }
4
5 # vim: ft=sh