1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-06-15 00:05:11 +02:00
Files
Mailu/docs/nginx.conf

6 lines
63 B
Nginx Configuration File
Raw Normal View History

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