limesurvey data provided by configuration

This commit is contained in:
pvincent
2024-10-20 23:22:41 +04:00
parent 94825e3466
commit f7c796c002
5 changed files with 32 additions and 10 deletions
+1 -3
View File
@@ -1,8 +1,6 @@
server {
listen {{ env.APP_PORT }};
server_name localhost;
listen {{ env.APP_PORT }} default_server;
root /var/www/limesurvey/{{ env.APP_NAME }};
index index.php;
location / {