Skip to content
Snippets Groups Projects
Commit dfce64d5 authored by Christian Elberfeld's avatar Christian Elberfeld
Browse files

logging in den konfigurierten webseiten deaktivieren

parent 1ffa84e3
No related branches found
No related tags found
No related merge requests found
...@@ -37,6 +37,9 @@ server { ...@@ -37,6 +37,9 @@ server {
root /dev/null; root /dev/null;
index index.html; index index.html;
access_log off;
error_log off;
location /.well-known/ { location /.well-known/ {
root /var/www/html/; root /var/www/html/;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment