Ajout : shell.heureux-cyclage.org .
[lhc/ateliers.git] / etc / nginx / site.d / shell / http.conf
1 server {
2 listen 80;
3 server_name
4 shell.heureux-cyclage.org;
5
6 return 301 https://$host$request_uri;
7 }
8 upstream shell {
9 server 127.0.0.1:4200
10 fail_timeout=300s
11 weight=1;
12 }