SuppressionĀ : etc/php5/fpm/pool.d/lhc_quest/php-fpm.conf
[lhc/ateliers.git] / etc / nginx / site.d / rouepet-www / http.conf
1 server {
2 listen 80;
3 server_name
4 rouepet.org;
5
6 return 301 http://www.rouepet.org$request_uri;
7 }