X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=all_new_2018%2Flinkable_etc_files%2Fweb%2Fetc%2Fnginx%2Fnginx.conf;h=fa1f106e6bcb8209a685b3fcb4025183fd12813c;hb=907dc7da52a973f0b4c7fd6b89418a66c73050d3;hp=5d95d2e4aefe478b79fd0b9c0d2d623f4d5c35ec;hpb=f98932aaf3184c98d3f8156e3ed48714246df408;p=config diff --git a/all_new_2018/linkable_etc_files/web/etc/nginx/nginx.conf b/all_new_2018/linkable_etc_files/web/etc/nginx/nginx.conf index 5d95d2e..fa1f106 100644 --- a/all_new_2018/linkable_etc_files/web/etc/nginx/nginx.conf +++ b/all_new_2018/linkable_etc_files/web/etc/nginx/nginx.conf @@ -63,5 +63,9 @@ http { fastcgi_param GITWEB_CONFIG /etc/gitweb.conf; fastcgi_pass unix:/var/run/fcgiwrap.socket; } + + location /irclogs/plomlompomtest/ { + autoindex on; + } } }