1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/streams_ynh.git synced 2024-09-03 20:26:20 +02:00

Update nginx.conf to protect against path traversal issue

This commit is contained in:
Alexandre Aubin 2020-10-25 11:08:03 +01:00 committed by GitHub
parent ba9517b8c3
commit 77e18fc37d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
location __PATH__
{
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
location __PATH__/ {
alias __FINALPATH__/;
# Force https
if ($scheme = http)