Re: Questions about root and alias directives
On Friday 20 January 2017 12:15:30 Nikolaos Milas wrote: > Hello, > > I need a config which includes multiple different physical paths. > > So I have: > > server { > > listen [::]:80; > ... > root /var/webs/wwwmain/www/; > > index index.php index.html
Questions about root and alias directives
Hello, I need a config which includes multiple different physical paths. So I have: server { listen [::]:80; ... root /var/webs/wwwmain/www/; index index.php index.html index.htm; ... location / { try_files $uri $uri/ /index.p