1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/meilisearch_ynh.git synced 2024-09-03 19:45:59 +02:00

nginx subpath

This commit is contained in:
frju365 2020-05-18 22:18:15 +02:00
parent 0a28601c07
commit cd41978a3b
No known key found for this signature in database
GPG key ID: C892BE847FF5635A

View file

@ -7,6 +7,8 @@ location __PATH__/ {
proxy_set_header X-Forwarded-Proto $scheme;
proxy_pass http://127.0.0.1:__PORT__;
rewrite __PATH__/(.*) /$1 break;
# Path to source
alias __FINALPATH__/ ;