Welcome! Log In Create A New Profile

Advanced

Documentation for alias directive

January 29, 2020 09:32PM
I hope this is the appropriate place to report this. I struggled with using the alias directive because I (incorrectly) assumed that it was relative to root since all other parts of my nginx configs are. This is not mentioned in the documentation, it'd be nice to see it there.

If I'm completely off base, please correct me. Below are examples of what did and didn't work for me.

#THIS IS WRONG

server {
root /var/www;

location /i/
{
alias /images/;
}
}

#THIS IS RIGHT

server {
root /var/www;

location /i/
{
alias /var/www/images/;
}
}
Subject Author Posted

Documentation for alias directive

slowgary January 29, 2020 09:32PM

RE: Documentation for alias directive

Reinis Rozitis January 30, 2020 03:06AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 214
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready