Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Commit 3191006

Browse files
authored
Fix tabs in nginx config example
1 parent 2df2cde commit 3191006

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ A list of available API calls can be found over at [Postman](https://documenter.
5151
# Env vars
5252
fastcgi_param ag44jc7aqs2rsup2bb6cx7utc 'localhost'; # hostname
5353
fastcgi_param hp7wz20wu4qfbfcmqywfai1j4 'tempfiles'; # username
54-
fastcgi_param mom8c5hrbn8c1r5lro1imfyax 'password'; # password
54+
fastcgi_param mom8c5hrbn8c1r5lro1imfyax 'password'; # password
5555
fastcgi_param qb1yi60nrz3tjjjqqb7l2yqra 'tempfiles'; # database
56-
fastcgi_param rb421p9wniz81ttj7bdgrg0ub 'files'; # table
56+
fastcgi_param rb421p9wniz81ttj7bdgrg0ub 'files'; # table
5757
```
5858

5959
8. Generate certificates.

0 commit comments

Comments
 (0)