Fix typos
This commit is contained in:
@@ -25,7 +25,7 @@ The following config example can be used a blueprint:
|
|||||||
# CSS, favicon and fonts need to be accesible without auth
|
# CSS, favicon and fonts need to be accesible without auth
|
||||||
# for e.g. the password protected share feature
|
# for e.g. the password protected share feature
|
||||||
# If the password protected share feature is not used
|
# If the password protected share feature is not used
|
||||||
# the locations can be ommitted to prevent an information leak
|
# the locations can be omitted to prevent an information leak
|
||||||
# In fact, they can also be ommitted if the password protected
|
# In fact, they can also be ommitted if the password protected
|
||||||
# share feature _is_ used, but then the password entry page
|
# share feature _is_ used, but then the password entry page
|
||||||
# will not be styled. Pick your poison.
|
# will not be styled. Pick your poison.
|
||||||
@@ -52,7 +52,7 @@ The following config example can be used a blueprint:
|
|||||||
</Location>
|
</Location>
|
||||||
|
|
||||||
# If shares should not be accessible to unknown clients
|
# If shares should not be accessible to unknown clients
|
||||||
# this (and the Location directives above) can be ommitted
|
# this (and the Location directives above) can be omitted
|
||||||
<Location /nbscloud/files/shares>
|
<Location /nbscloud/files/shares>
|
||||||
ProxyPass http://localhost:PORT/nbscloud
|
ProxyPass http://localhost:PORT/nbscloud
|
||||||
ProxyPassReverse /nbscloud
|
ProxyPassReverse /nbscloud
|
||||||
|
|||||||
Reference in New Issue
Block a user