From 0f44d444d9bcc6f4a6c6c59cc53b684c7b9a8e1a Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Sat, 7 Apr 2018 02:35:37 -0400 Subject: [PATCH] fix gitattributes --- .gitattributes | 2 ++ nginx.conf | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7173442 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +* text=lf +*.sh eol=lf \ No newline at end of file diff --git a/nginx.conf b/nginx.conf index a15d1af..d36eb6a 100644 --- a/nginx.conf +++ b/nginx.conf @@ -7,7 +7,7 @@ server { server_name localhost; location / { - root /home/fortran/fortran-machine; + root /fortran-machine/fortran_fcgi; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.html; include fastcgi_params;