Commit graph

9 commits

Author SHA1 Message Date
Éric Gaspar
fc5f7521f2 v2 2023-11-25 19:16:11 +01:00
selfhoster1312
a47af1ed63 Yunohost panel in parent location block, assets/try_files defined from bash 2023-01-10 19:03:08 +01:00
selfhoster1312
c7b5b3dbee Handle edgecases gracefully
Yunohost templating doesn't like @__NAME____proxy because `reverseproxy__2__proxy` will evaluate __2__ to $2
or @__NAME__@proxy because ynh_replace_vars uses @ as sed delimiter
and ynh_replace_vars really hates multiline blocks... Using actual newlines in string produces a sed unclosed delimiter error,
while using \n gets them double escaped to some weird output that crashed nginx.
2023-01-10 13:12:50 +01:00
selfhoster1312
ee7c5e9443 Follow recommendations to use more helpers 2023-01-08 16:01:27 +01:00
selfhoster1312
3e05849509 First release of reverseproxy_ynh 2023-01-08 14:33:31 +01:00
ljf
9adb715e6d [fix] HTTP redirection support suburl 2020-06-26 13:40:10 +02:00
Nicolas Frandeboeuf
a07d1fc14c Add X-Forwarded-Port header
I needed it to use mysteryshack. I don't know if that can break things though.
2017-06-15 16:38:09 +02:00
Nicolas Frandeboeuf
6f40fbc45f Add Upgrade connection headers to allow websockets 2017-02-15 10:03:17 +01:00
opi
253310b8f8 Initial commit. 2016-06-20 23:43:51 +02:00