Skip to content
Snippets Groups Projects
Commit a2c8551b authored by void's avatar void
Browse files

logging komplett abschalten

parent a579ea37
No related branches found
No related tags found
No related merge requests found
...@@ -33,6 +33,9 @@ server { ...@@ -33,6 +33,9 @@ server {
{% endif %} {% endif %}
access_log /dev/null;
error_log /dev/null;
server_name {{ item }}.warpzone.ms; server_name {{ item }}.warpzone.ms;
root /dev/null; root /dev/null;
index index.html; index index.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