1
0
Fork 0
mirror of https://github.com/myvesta/vesta synced 2025-08-06 14:54:46 -07:00

Update drupal6.stpl

This commit is contained in:
j52m 2020-12-25 04:47:19 -05:00 committed by GitHub
parent ed27947cf7
commit 086f92f7a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
server {
listen %ip%:%web_ssl_port% ssl;
listen %ip%:%web_ssl_port% ssl http2;
server_name %domain_idn% %alias_idn%;
root %sdocroot%;
index index.php index.html index.htm;