Compare commits
No commits in common. "13f4d36831d845eaac0276bd4b52db7dac79c42b" and "abf419e780c3c3503250d8932ed504d013451e66" have entirely different histories.
13f4d36831
...
abf419e780
4 changed files with 2 additions and 10 deletions
|
|
@ -249,7 +249,8 @@ services:
|
|||
volumes:
|
||||
- ./mih_ui/flatpak/nginx.conf:/etc/nginx/nginx.conf:ro
|
||||
- ./mih_ui/repo:/usr/share/nginx/html:ro
|
||||
- ./mih_ui/flatpak/assets:/www/mih_fphub_assets:ro
|
||||
- ./mih_ui/flatpak/favicon.png:/usr/share/nginx/html/favicon.png:ro
|
||||
- ./mih_ui/flatpak/mih-fphub.flatpakrepo:/usr/share/nginx/html/mih-fphub.flatpakrepo:ro
|
||||
ports:
|
||||
- "127.0.0.1:8086:80"
|
||||
networks:
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 56 KiB |
|
|
@ -22,14 +22,5 @@ http {
|
|||
autoindex on;
|
||||
expires 1d;
|
||||
}
|
||||
|
||||
location = /mih-fphub.flatpakrepo {
|
||||
alias /www/mih_fphub_assets/mih-fphub.flatpakrepo;
|
||||
default_type text/plain;
|
||||
}
|
||||
|
||||
location = /favicon.png {
|
||||
alias /www/mih_fphub_assets/favicon.png;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue