15 lines
261 B
Plaintext
15 lines
261 B
Plaintext
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;
|
|
|
|
}
|