mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-02-22 21:06:45 +08:00
small detail
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
c283c71362
commit
0bbae775c6
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ Add this as a new Apache site config:
|
||||||
ServerName <your-nc-domain>
|
ServerName <your-nc-domain>
|
||||||
|
|
||||||
# Reverse proxy based on https://httpd.apache.org/docs/current/mod/mod_proxy_wstunnel.html
|
# Reverse proxy based on https://httpd.apache.org/docs/current/mod/mod_proxy_wstunnel.html
|
||||||
RewriteEngine on
|
RewriteEngine On
|
||||||
ProxyPreserveHost On
|
ProxyPreserveHost On
|
||||||
AllowEncodedSlashes NoDecode
|
AllowEncodedSlashes NoDecode
|
||||||
ProxyPass / http://localhost:11000/
|
ProxyPass / http://localhost:11000/
|
||||||
|
|
Loading…
Reference in a new issue