mirror of
https://github.com/YunoHost-Apps/2FAuth_ynh.git
synced 2024-09-03 20:36:18 +02:00
Update nginx.conf
This commit is contained in:
parent
cbe0a5d630
commit
a29b536101
1 changed files with 2 additions and 7 deletions
|
@ -5,13 +5,8 @@ location / {
|
|||
|
||||
index index.php;
|
||||
|
||||
location = /favicon.ico {
|
||||
access_log off; log_not_found off;
|
||||
}
|
||||
|
||||
location = /robots.txt {
|
||||
access_log off; log_not_found off;
|
||||
}
|
||||
location = /favicon.ico { access_log off; log_not_found off; }
|
||||
location = /robots.txt { access_log off; log_not_found off; }
|
||||
|
||||
location ~ /\.(?!well-known).* {
|
||||
deny all;
|
||||
|
|
Loading…
Add table
Reference in a new issue