[Fix] no more sudo for dev
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
# 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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user