Nginx: Removed old files/people configs

This commit is contained in:
Alexey Safronov 2022-08-01 16:55:44 +03:00
parent e9312097cc
commit a14c0f74d5
2 changed files with 0 additions and 18 deletions

View File

@ -1,9 +0,0 @@
server {
listen 5008;
root "ROOTPATH";
index index.html;
location / {
try_files $uri /index.html =404;
}
}

View File

@ -1,9 +0,0 @@
server {
listen 5002;
root "ROOTPATH";
index index.html;
location / {
try_files $uri /index.html =404;
}
}