Skip to content

Commit

Permalink
ebla forms nginx config
Browse files Browse the repository at this point in the history
  • Loading branch information
traien authored and eymen-elkum committed Aug 6, 2024
1 parent 15a2a7a commit 26bf6ba
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/espocrm-extensions/public-form/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,16 @@ This extension provides a simple and efficient way to collect data, feedback, an
For any inquiries, support, or feedback regarding the "Ebla Public Forms" extension, please reach out to our portal create a ticket. We are committed to ensuring a seamless
experience and are here to assist you with any questions or concerns you may have.
## Nginx Configuration
If you are using Nginx, you need to add the following configuration to your server block:
```nginx
location /ebla-form {
try_files $uri $uri/ /ebla-form/index.php?$args;
}
```

## Conclusion

With the "Ebla Public Forms" extension, EspoCRM users can get the full benefits of Espocrm forms by embedding them on websites. This extension provides a simple and efficient way
Expand Down

0 comments on commit 26bf6ba

Please sign in to comment.