mirror of
https://git.libreschool.org/paspo/brasatore.git
synced 2024-11-22 22:28:44 +00:00
8 lines
118 B
Nginx Configuration File
8 lines
118 B
Nginx Configuration File
server {
|
|
listen 80 default_server;
|
|
listen [::]:80 default_server;
|
|
root /srv/pxe;
|
|
location / {
|
|
autoindex on;
|
|
}
|
|
} |