Skip to content

Commit 42404fd

Browse files
author
Alexandero89
authored
Update README.md
removed / so routing is working again Signed-off-by: Alexandero89 <wpinf05.ortlieb@gmail.com>
1 parent a3ec69b commit 42404fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ server {
8787
server_name nextcloud.com;
8888
8989
location /exapps/ {
90-
proxy_pass http://127.0.0.1:8780/;
90+
proxy_pass http://127.0.0.1:8780;
9191
proxy_set_header Host $host;
9292
proxy_set_header X-Real-IP $remote_addr;
9393
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

0 commit comments

Comments
 (0)