removed default config

This commit is contained in:
ElevenNotes
2023-08-29 09:24:14 +02:00
parent 35ee447e50
commit 62d7ef079c
3 changed files with 3 additions and 74 deletions

View File

@@ -1,9 +0,0 @@
server {
listen 8080 default_server;
server_name _;
root /nginx/www;
location / {
try_files $uri /index.html;
}
}