fix letsencrypt for aliases & blank php deployment fix (#204)

This commit is contained in:
Saeed Vaziry
2024-05-13 00:37:51 +02:00
committed by GitHub
parent 88223a61f9
commit 30ef8ad5eb
9 changed files with 19 additions and 40 deletions

View File

@ -1,6 +1,6 @@
server {
listen 80;
server_name __domain__ www.__domain__;
server_name __domain__ __aliases__;
root __path__/__web_directory__;
add_header X-Frame-Options "SAMEORIGIN";