mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-23 19:10:30 +02:00
Small update in manual
This commit is contained in:
parent
14cefb9495
commit
4b7500c397
1 changed files with 14 additions and 0 deletions
|
@ -50,6 +50,20 @@ session.cookie_samesite = "Strict"
|
|||
session.cookie_domain = example.com
|
||||
```
|
||||
|
||||
In ```/etc/php/8.2/fpm/php.ini``` make one additional change.
|
||||
|
||||
If you have about 10000 domains, use:
|
||||
|
||||
```bash
|
||||
memory_limit = 512M
|
||||
```
|
||||
|
||||
If you have 50000 or more domains, use:
|
||||
|
||||
```bash
|
||||
memory_limit = -1
|
||||
```
|
||||
|
||||
After configuring PHP, restart the service to apply changes:
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue