1
0
Fork 0
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:
ericgaspar 2022-05-10 08:08:12 +02:00
parent cbe0a5d630
commit a29b536101
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -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;