This commit is contained in:
19
conf/nginx.conf
Normal file
19
conf/nginx.conf
Normal file
@@ -0,0 +1,19 @@
|
||||
http {
|
||||
include mime.types;
|
||||
sendfile on;
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
|
||||
autoindex off;
|
||||
|
||||
server_name _;
|
||||
server_tokens off;
|
||||
|
||||
root /usr/share/nginx/html;
|
||||
gzip_static on;
|
||||
}
|
||||
}
|
||||
|
||||
events {}
|
Reference in New Issue
Block a user