m183-tresor/183_12_2_tresorfrontend_rup.../nginx.conf

10 lines
174 B
Nginx Configuration File

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