You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,7 @@ nginx/
124
124
2 directories, 3 files
125
125
```
126
126
127
-
If you're using a password make sure to uncomment the line in the ngnix config file (`nginx/production_nginx.conf`) for that password file.
127
+
If you're using a password make sure to uncomment the line in the nginx config file (`nginx/production_nginx.conf`) for that password file.
128
128
129
129
```nginx
130
130
server {
@@ -138,7 +138,7 @@ server {
138
138
}
139
139
```
140
140
141
-
Once you've completed your configuring, you can start the application with the `launch.sh` script. It will export the variables set in the `.env` file to your enviroment and based on your choices launch ezBIDS at `localhost:3000` or `https://yourhostname/`
141
+
Once you've completed your configuring, you can start the application with the `launch.sh` script. It will export the variables set in the `.env` file to your environment and based on your choices launch ezBIDS at `localhost:3000` or `https://yourhostname/`
142
142
143
143
If you're switching between nginx or the localhost option make sure to rebuild the
0 commit comments