Fix nginx conf
All checks were successful
docker-build

This commit is contained in:
d3vyce 2023-04-02 11:53:32 -04:00
parent 4aebe716d8
commit 2790427083

View File

@ -1,8 +1,10 @@
server {
listen 80 default_server;
listen 443 ssl;
root /config/www;
index index.html;
index index.html index.htm index.php;
server_name _;