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
Branches
Tags
No related merge requests found
...@@ -19,7 +19,7 @@ server { ...@@ -19,7 +19,7 @@ server {
} }
location = /robots.txt { location = /robots.txt {
file /var/www/pedasi/deploy/robots.txt; alias /var/www/pedasi/deploy/robots.txt;
} }
location / { location / {
......
...@@ -18,7 +18,7 @@ server { ...@@ -18,7 +18,7 @@ server {
} }
location = /robots.txt { location = /robots.txt {
file /var/www/pedasi/deploy/robots.txt; alias /var/www/pedasi/deploy/robots.txt;
} }
location / { location / {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment