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
|
||||
# for e.g. the password protected share feature
|
||||
# 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
|
||||
# share feature _is_ used, but then the password entry page
|
||||
# will not be styled. Pick your poison.
|
||||
@@ -52,7 +52,7 @@ The following config example can be used a blueprint:
|
||||
</Location>
|
||||
|
||||
# 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>
|
||||
ProxyPass http://localhost:PORT/nbscloud
|
||||
ProxyPassReverse /nbscloud
|
||||
|
||||
Reference in New Issue
Block a user