mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
Merge pull request #43 from YunoHost-Apps/fix-path-traversal
[N.B. : App to be downgraded to level 4 if this ain't fixed soon...] Update nginx.conf to protect against path traversal issue
This commit is contained in:
commit
46c8a62504
1 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
||||||
location __PATH__
|
|
||||||
{
|
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
|
||||||
|
location __PATH__/ {
|
||||||
|
|
||||||
alias __FINALPATH__/;
|
alias __FINALPATH__/;
|
||||||
# Force https
|
# Force https
|
||||||
if ($scheme = http)
|
if ($scheme = http)
|
||||||
|
|
Loading…
Reference in a new issue