fix gitattributes
This commit is contained in:
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
* text=lf
|
||||
*.sh eol=lf
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user