domino-client/nginx/default.conf
Jose Conde 54bd7f3840 0.1.4
2024-07-17 22:52:07 +02:00

6 lines
95 B
Plaintext

server {
location / {
root /var/www/html;
try_files $uri $uri/ /index.html;
}
}