Finishing rename from Core to Yggdrasil

This commit is contained in:
2023-12-19 16:16:35 -06:00
parent 50167c0f03
commit cea66f285a
33 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
server {
listen 443 ssl;
server_name travelpawscvt.com;
#include conf/local.conf;
include conf/letsencrypt.conf;
include conf.d/fastcgi.config;
root /opt/travelpawscvt;
client_max_body_size 5m;
client_body_timeout 60;
}