1
0
mirror of https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git synced 2025-08-14 00:25:46 +02:00
This commit is contained in:
MoonTestUse1
2024-12-25 06:09:01 +06:00
parent 763fe87738
commit 382b280cc9
2 changed files with 9 additions and 19 deletions

View File

@@ -1,9 +1,9 @@
server {
listen 80;
server_name localhost;
listen 80;
server_name localhost;
root /usr/share/nginx/html;
index index.html;
root /usr/share/nginx/html;
index index.html;
location / {
try_files $uri $uri/ /index.html;