✨: add firefly 3
This commit is contained in:
16
roles/nginx/templates/vhosts/ff.libertus.eu.conf.j2
Normal file
16
roles/nginx/templates/vhosts/ff.libertus.eu.conf.j2
Normal file
@@ -0,0 +1,16 @@
|
||||
server {
|
||||
{% include './templates/header.conf.j2' %}
|
||||
|
||||
root /srv/http/ff.libertus.eu/public;
|
||||
|
||||
index index.html index.htm index.php;
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ /index.php?$query_string;
|
||||
}
|
||||
|
||||
location ~ \.php$ {
|
||||
include fastcgi_params;
|
||||
fastcgi_pass unix:/run/php/php{{ php_version }}-fpm.sock;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user