First Commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
server_name localhost;
|
||||
|
||||
root /static;
|
||||
}
|
||||
Reference in New Issue
Block a user