domino-client/nginx/default.conf

6 lines
95 B
Plaintext
Raw Normal View History

2024-07-17 22:52:07 +02:00
server {
location / {
root /var/www/html;
try_files $uri $uri/ /index.html;
}
}