Revert "[Fix] no more sudo needed, runtime warn"

This reverts commit cc0127dbe3.
This commit is contained in:
2026-08-09 06:02:28 +02:00
parent cc0127dbe3
commit 352709cec6
3 changed files with 3 additions and 7 deletions
-3
View File
@@ -1,12 +1,9 @@
# Start nginx in this directory with `nginx -p . -c nginx.conf`
# Stop nginx with `nginx -p . -s stop`
pid nginx.pid;
events {}
http {
# edit this for your system
types_hash_max_size 2048;
types_hash_bucket_size 128;
include /etc/nginx/mime.types;