add robots.txt except
This commit is contained in:
parent
3d7d672977
commit
5d4376978a
@ -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;
|
Loading…
Reference in New Issue
Block a user