Commit 728d4f68 authored by Liang Ding's avatar Liang Ding

.

parent 4eb8f242
...@@ -16,20 +16,19 @@ ...@@ -16,20 +16,19 @@
# #
# Description: B3log Latke configurations. Configures the section "Server" carefully. # Description: B3log Latke configurations. Configures the section "Server" carefully.
# Version: 1.3.2.6, Oct 25, 2015 # Version: 1.3.2.7, Nov 29, 2015
# Author: Liang Ding # Author: Liang Ding
# #
#### Server #### #### Server ####
# Configures the followings before deploy # Browser visit protocol
serverScheme=http serverScheme=http
# Browser visit domain name
serverHost=localhost serverHost=localhost
serverPort=8080 # Browser visit port, 80 as usual, THIS IS NOT SERVER LISTEN PORT!
staticServerScheme=http serverPort=80
staticServerHost=localhost # Note: The context path and static path should be "" (empty string) if deploy Solo on ROOT directory
staticServerPort=8080 # (e.g. ${tomcat}/webapps/ROOT/). For other cases, starts with '/' and not ends with '/', for example, /blog
# Note: The context path and static path should be "" if deploy app on ROOT. For other cases, starts with '/'
# and not ends with '/', for example, /blog
contextPath= contextPath=
staticPath= 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