forked from github.com/GenderDysphoria.fyi
test ci
This commit is contained in:
8
.docker/.conf/nginx/conf.d/http/main.conf
Normal file
8
.docker/.conf/nginx/conf.d/http/main.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
server {
|
||||
listen 80;
|
||||
location / {
|
||||
root /var/www/build;
|
||||
autoindex off;
|
||||
try_files $uri $uri/ =404;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user