feat: app icon and readme
This commit is contained in:
@@ -1,13 +1,11 @@
|
|||||||
server {
|
http {
|
||||||
listen 80;
|
server {
|
||||||
listen [::]:80;
|
listen 80 default_server;
|
||||||
server_name localhost;
|
|
||||||
index index.html index.htm;
|
|
||||||
|
|
||||||
location /kompose {
|
root /usr/share/nginx/html;
|
||||||
alias /usr/share/nginx/html/kompose;
|
|
||||||
|
location / {
|
||||||
try_files $uri $uri/ /index.html;
|
try_files $uri $uri/ /index.html;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
# other nginx default stuff, never changed these
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user