X-Git-Url: http://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=etc%2Fnginx%2Fsite.d%2Fsympa%2Fsite.conf;h=7fd93530d10880910b91c606f106d265868536cb;hp=370514ce225da18dc295933fd33bba9c3f13d92f;hb=4fcbb66b8713e00edf084ffbc2366dd24cd530e1;hpb=6f1326c3e20e40d34c80bf308bd7075f00b3b943 diff --git a/etc/nginx/site.d/sympa/site.conf b/etc/nginx/site.d/sympa/site.conf index 370514c..7fd9353 100644 --- a/etc/nginx/site.d/sympa/site.conf +++ b/etc/nginx/site.d/sympa/site.conf @@ -1,4 +1,4 @@ -server_name sympa.heureux-cyclage.org; +server_name sympa.heureux-cyclage.org sympa.cyclocoop.org; client_body_buffer_size 8k; client_max_body_size 10m; @@ -33,8 +33,9 @@ location / { fastcgi_ignore_headers Cache-Control Expires Set-Cookie; fastcgi_max_temp_file_size 2M; fastcgi_no_cache $no_cache; - fastcgi_param PATH_INFO $uri; fastcgi_param SCRIPT_NAME ''; + fastcgi_param SERVER_NAME $host; + fastcgi_param PATH_INFO $uri; fastcgi_pass_header Cookie; fastcgi_pass_header Set-Cookie;