Skip to content
Snippets Groups Projects
Commit b3c5a30d authored by James Graham's avatar James Graham
Browse files

Fix nginx robots.txt location

parent d6c2f073
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ server {
}
location = /robots.txt {
file /var/www/pedasi/deploy/robots.txt;
alias /var/www/pedasi/deploy/robots.txt;
}
location / {
......
......@@ -18,7 +18,7 @@ server {
}
location = /robots.txt {
file /var/www/pedasi/deploy/robots.txt;
alias /var/www/pedasi/deploy/robots.txt;
}
location / {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment