mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-12-18 23:05:07 +01:00
robots.txt added
This fixes the randomly appearing 404 error in Auth (issue #1232)
This commit is contained in:
@@ -69,6 +69,10 @@ server {
|
||||
autoindex off;
|
||||
}
|
||||
|
||||
location /robots.txt {
|
||||
alias /var/www/myauth/static/robots.txt;
|
||||
}
|
||||
|
||||
# Gunicorn config goes below
|
||||
location / {
|
||||
include proxy_params;
|
||||
|
||||
Reference in New Issue
Block a user