Requests Using Internet URL fail on LAN Access

scoobybri nginx-forum at forum.nginx.org
Sun Jan 1 16:40:08 UTC 2017


Sorry but something when wonky when I cut and pasted the caldav directives
from the Nginx config file. Here is the correct entries as they appear in my
config file:

location = /.well-known/carddav {
        return 301 $scheme://$host/remote.php/dav;
    }
    location = /.well-known/caldav {
        return 301 $scheme://$host/remote.php/dav;
    }

Posted at Nginx Forum: https://forum.nginx.org/read.php?2,271791,271792#msg-271792



More information about the nginx mailing list