add robots.txt except
This commit is contained in:
@@ -3,8 +3,14 @@ server {
|
||||
|
||||
server_name SITE_URL;
|
||||
|
||||
location /robots.txt {
|
||||
root FOLDER;
|
||||
}
|
||||
|
||||
location / {
|
||||
return 301 https://$host$request_uri;
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen 443 ssl;
|
||||
Reference in New Issue
Block a user