mirror of
https://github.com/mr-vercetti/mr.vercetti.cc.git
synced 2025-09-13 12:45:38 +02:00
Pack the website into container
This commit is contained in:
12
nginx/nginx.conf
Normal file
12
nginx/nginx.conf
Normal file
@@ -0,0 +1,12 @@
|
||||
events { }
|
||||
http {
|
||||
include /etc/nginx/mime.types;
|
||||
server_tokens off;
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
root /usr/share/nginx/html;
|
||||
error_page 404 /404.html;
|
||||
default_type application/octet-stream;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user