Update server_name in flarum.conf

pull/90/head
Teck Meng 2024-03-04 09:01:30 +08:00
parent 35fad04c51
commit 4e0672c84d
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
server {
listen 80;
index index.php index.html;
server_name 0.0.0.0;
server_name *.furyhawk.lol;
error_log /var/log/nginx/error.log;
access_log /var/log/nginx/access.log;
root /var/www/public;