Add js conf.

This commit is contained in:
Florian THIERRY
2022-05-22 13:00:28 +02:00
parent 56916a7970
commit 5945d1d2f4
3 changed files with 10 additions and 2 deletions

View File

@@ -23,8 +23,6 @@ http {
listen 80;
server_name my.app;
root /app;
location / {
root /usr/share/nginx/html;
try_files $uri $uri/ =404;