mirror of
https://github.com/cottow/6paster.git
synced 2024-05-19 06:50:10 +00:00
https support warning in '*-conf' files
This commit is contained in:
@ -7,3 +7,7 @@ $HTTP["host"] =~ "^your\.server\.name$" {
|
||||
server.errorlog = "<log-directory-path>/<your>-error.log"
|
||||
accesslog.filename = "<log-directory-path>/<your>-access.log"
|
||||
}
|
||||
|
||||
- 6paster works on https only. Please add https support to your webserver.
|
||||
|
||||
|
@ -29,3 +29,4 @@ server {
|
||||
}
|
||||
|
||||
|
||||
- 6paster works on https only. Please add https support to your webserver.
|
||||
|
Reference in New Issue
Block a user