update config client

This commit is contained in:
2024-10-15 16:27:53 +02:00
parent f43e802501
commit 8e1261cfa7
9 changed files with 27 additions and 13 deletions
+10
View File
@@ -0,0 +1,10 @@
server {
listen 80;
server_name jucundus.saucisse.ninja;
location / {
root /usr/share/nginx/html;
index index.html;
try_files $uri $uri/ /index.html;
}
}