mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2026-02-04 05:07:09 +01:00
use wildcard for nginx.conf
This commit is contained in:
@@ -15,7 +15,7 @@ http {
|
|||||||
|
|
||||||
server {
|
server {
|
||||||
listen 80 default;
|
listen 80 default;
|
||||||
server_name your_ininja_site;
|
server_name _;
|
||||||
|
|
||||||
root /var/www/app/public;
|
root /var/www/app/public;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user