mailu/docs/nginx.conf

6 lines
63 B
Nginx Configuration File

server {
listen 80;
listen [::]:80;
root /build;
}