Skip to content

Commit

Permalink
Merge pull request #392 from YunoHost-Apps/fix_nginx
Browse files Browse the repository at this point in the history
Fix nginx
  • Loading branch information
Josue-T authored Jun 19, 2023
2 parents 6646f34 + 80b7505 commit b780398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ location __PATH__/ {
}


location _synapse/ {
location /_synapse/ {
proxy_pass http://localhost:__PORT__;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header X-Forwarded-Proto $scheme;
Expand Down

0 comments on commit b780398

Please sign in to comment.