You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to access dav server at subdomain, but it is not clear how to setup it
in config I have this
'domain' => 'dav',
'path' => '',
In DNS I setup A record dav.mydomain.com pointing to my IP. But I cannot understand how to setup nginx config.
For example I have working config for baikal server. Here root is /var/www/baikal/html. Which root should I use for laravel-sabre? Public folder of laravel doesn't work, because at dav.mydomain.com, I just see laravel homepage, not sabre homepage
I want to access dav server at subdomain, but it is not clear how to setup it
in config I have this
In DNS I setup A record
dav.mydomain.com
pointing to my IP. But I cannot understand how to setup nginx config.For example I have working config for baikal server. Here root is
/var/www/baikal/html
. Which root should I use for laravel-sabre? Public folder of laravel doesn't work, because atdav.mydomain.com
, I just see laravel homepage, not sabre homepageThe text was updated successfully, but these errors were encountered: