mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-08 12:56:48 +00:00
16 lines
165 B
Nginx Configuration File
16 lines
165 B
Nginx Configuration File
user root;
|
|
|
|
events {
|
|
}
|
|
|
|
http {
|
|
include mime.types;
|
|
|
|
server {
|
|
listen 10.0.2.15:8080;
|
|
|
|
location / {
|
|
autoindex on;
|
|
}
|
|
}
|
|
} |