On Sunday, February 17, 2019 at 4:41:10 PM UTC-8, xgp.l...@gmail.com wrote:
>
> Hi,
>
> My conf:
>
> $HTTP["host"] =~ "sub.domain.com$" {
> server.document-root="/home/www-data/web2py"
> url.rewrite-once = (
> "^(/.+?/static/.+)$" => "/applications$1",
> "(^|/.*)$" => "/handler_w
Hi,
My conf:
$HTTP["host"] =~ "sub.domain.com$" {
server.document-root="/home/www-data/web2py"
url.rewrite-once = (
"^(/.+?/static/.+)$" => "/applications$1",
"(^|/.*)$" => "/handler_web2py.fcgi$1",
)
}
$SERVER["socket"] == ":443" {
ssl.engine = "enable"
ssl.pemfi
perhaps you can show the step and the configuration
best regards,
stifan
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message becaus
3 matches
Mail list logo