Files
hapkido-chc/nginx.conf
2026-05-01 13:49:20 +02:00

7 lines
118 B
Nginx Configuration File

server {
listen 80;
root /usr/share/nginx/html;
index index.html;
try_files $uri $uri/ /index.html;
}