We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1741848 commit 1b976ceCopy full SHA for 1b976ce
.github/workflows/nginx-container.yaml
@@ -95,6 +95,9 @@ jobs:
95
# Copy the UKI file to nginx html directory
96
COPY target/uki.efi /usr/share/nginx/html/feos.uki
97
98
+ # Add MIME type for .uki files
99
+ RUN echo 'application/efi uki;' >> /etc/nginx/mime.types
100
+
101
# Create a simple index page
102
RUN echo '<html><body><h1>FeOS UKI Server</h1><p><a href="/feos.uki">Download FeOS UKI (x86_64)</a></p></body></html>' > /usr/share/nginx/html/index.html
103
0 commit comments