1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-08-10 22:31:47 +02:00
Files
Mailu/docs/nginx.conf

6 lines
63 B
Nginx Configuration File
Raw Permalink Normal View History

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