cka-SVV/nginx-custom-config.conf
Sander van Vugt b6183f70e2 updates
2020-07-21 14:00:26 +02:00

9 lines
160 B
Plaintext

server {
listen 8888;
server_name localhost;
location / {
root /usr/share/nginx/html;
index index.html index.htm;
}
}