mirror of
https://github.com/YunoHost-Apps/garradin_ynh.git
synced 2024-09-03 18:36:17 +02:00
fix issues with nginx and upgrade garradin to 0.9.8.1
This commit is contained in:
parent
7e659f8daa
commit
20a5f7e321
2 changed files with 12 additions and 8 deletions
|
@ -19,7 +19,7 @@
|
||||||
"multi_instance": true,
|
"multi_instance": true,
|
||||||
"services": [
|
"services": [
|
||||||
"nginx",
|
"nginx",
|
||||||
"php7.0-fpm"
|
"php7.3-fpm"
|
||||||
],
|
],
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"install" : [
|
"install" : [
|
||||||
|
|
|
@ -1,15 +1,19 @@
|
||||||
## Problem
|
## Problem
|
||||||
- *Description of why you made this PR*
|
- *Upgrade of the application to v0.9.8.1 resolves some issues*
|
||||||
|
- *Adding links in the public page made issues due to the nginx.conf*
|
||||||
|
- *Protect somes links vilnerables for security*
|
||||||
|
|
||||||
## Solution
|
## Solution
|
||||||
- *And how do you fix that problem*
|
- *I do the necessary to upgrade the application to the new sources*
|
||||||
|
- *@ericg found the solution to add in the nginx.conf*
|
||||||
|
- *Redirections to 403 on the nginx.conf for sensibles urls*
|
||||||
|
|
||||||
## PR Status
|
## PR Status
|
||||||
- [ ] Code finished.
|
- [x] Code finished.
|
||||||
- [ ] Tested with Package_check.
|
- [x] Tested with Package_check.
|
||||||
- [ ] Fix or enhancement tested.
|
- [x] Fix or enhancement tested.
|
||||||
- [ ] Upgrade from last version tested.
|
- [x] Upgrade from last version tested.
|
||||||
- [ ] Can be reviewed and tested.
|
- [x] Can be reviewed and tested.
|
||||||
|
|
||||||
## Package_check results
|
## Package_check results
|
||||||
---
|
---
|
||||||
|
|
Loading…
Add table
Reference in a new issue