mirror of
https://github.com/tarampampam/error-pages.git
synced 2024-08-30 18:22:40 +00:00
10 lines
121 B
Plaintext
10 lines
121 B
Plaintext
|
server {
|
||
|
listen 8080;
|
||
|
server_name _;
|
||
|
|
||
|
location / {
|
||
|
root /opt/html;
|
||
|
index index.html index.htm;
|
||
|
}
|
||
|
}
|