1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tiddlywiki_ynh.git synced 2024-09-03 20:26:34 +02:00
This commit is contained in:
Éric Gaspar 2024-02-28 23:22:31 +01:00
parent 75b0cde4fe
commit fbf12e51d4
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
location ^__PATH__/ {
location __PATH__/ {
proxy_pass http://127.0.0.1:__PORT__/;
proxy_redirect off;

View file

@ -4,7 +4,7 @@
# COMMON VARIABLES
#=================================================
nodejs_version="20"
nodejs_version="18"
#=================================================
# PERSONAL HELPERS