mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-23 12:20:32 +01:00
Ajout conf nginx pour la protection de la bdd
This commit is contained in:
parent
d178419c66
commit
dbb792bf2d
@ -36,6 +36,14 @@ You **have** to protect your db/poche.sqlite file. Modify the virtual host of yo
|
|||||||
</Files>
|
</Files>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Nginx version:
|
||||||
|
```nginx
|
||||||
|
location ~ /(db) {
|
||||||
|
deny all;
|
||||||
|
return 404;
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
## Import from Pocket
|
## Import from Pocket
|
||||||
|
|
||||||
If you want to import your Pocket datas, [export them here](https://getpocket.com/export). Put the HTML file in your poche directory, execute import.php file locally by following instructions. Be careful, the script can take a very long time.
|
If you want to import your Pocket datas, [export them here](https://getpocket.com/export). Put the HTML file in your poche directory, execute import.php file locally by following instructions. Be careful, the script can take a very long time.
|
||||||
|
Loading…
Reference in New Issue
Block a user