Skip to content
Snippets Groups Projects
Commit 3d4ed3e4 authored by olly1240's avatar olly1240 Committed by 🥺
Browse files

Fixed nginx proxy_pass directive

parent 3c12c2b6
No related branches found
No related tags found
No related merge requests found
...@@ -248,7 +248,7 @@ ### Nginx ...@@ -248,7 +248,7 @@ ### Nginx
location /_matrix/ { location /_matrix/ {
# TCP # TCP
proxy_pass http://127.0.0.1:6167$request_uri; proxy_pass http://127.0.0.1:6167;
# UNIX socket # UNIX socket
#proxy_pass http://backend; #proxy_pass http://backend;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment