server/wildcard

This commit is contained in:
Marc Beninca 2019-08-06 21:30:16 +02:00
parent 65b5628d74
commit e6a08cf470

View file

@ -341,7 +341,7 @@ Sites
server {
include https.conf;
include rwx.work.conf;
server_name *.rwx.work;
server_name .rwx.work;
location / {
proxy_pass http://10.0.0.1/;
}