1
0
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:
nopedial
2013-02-02 17:28:16 +00:00
parent f8fd47c98b
commit fd4ed9b3bd
2 changed files with 5 additions and 0 deletions

View File

@ -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.

View File

@ -29,3 +29,4 @@ server {
}
- 6paster works on https only. Please add https support to your webserver.