Commit cf9748b2 authored by Liang Ding's avatar Liang Ding

.

parent b96d07dc
......@@ -27,8 +27,11 @@ serverScheme=http
serverHost=localhost
# Browser visit port, 80 as usual, THIS IS NOT SERVER LISTEN PORT!
serverPort=8080
# Note: The context path and static path should be "" (empty string) if deploy Solo on ROOT directory
# Note:
# 1. The context path and static path should be "" (empty string) if deploy Solo on ROOT directory
# (e.g. ${tomcat}/webapps/ROOT/). For other cases, starts with '/' and not ends with '/', for example, /blog
# 2. If running Solo with Standalone mode(https://github.com/b3log/solo/wiki/standalone_mode), do NOT config the
# following two items, leaves them with "" (empty string)
contextPath=
staticPath=
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment