fix gitattributes

This commit is contained in:
Tommy Parnell
2018-04-07 02:35:37 -04:00
parent 52ccdc21e7
commit 0f44d444d9
2 changed files with 3 additions and 1 deletions

2
.gitattributes vendored Normal file
View File

@@ -0,0 +1,2 @@
* text=lf
*.sh eol=lf

View File

@@ -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;