Add custom nginx conf
All checks were successful
docker-build

This commit is contained in:
d3vyce 2023-04-02 12:08:50 -04:00
parent 590790cb12
commit c1483fc5ed

View File

@ -30,7 +30,7 @@ http {
server {
listen 80 default_server;
root /config/www;
root /usr/share/nginx/html;
index index.html index.htm index.php;
server_name _;