Kaydet (Commit) 766646aa authored tarafından mertcelen's avatar mertcelen

Merge remote-tracking branch 'origin/master'

......@@ -6,9 +6,9 @@ After=liman.service
Type=simple
User=liman
WorkingDirectory=/opt/liman
ExecStart=/usr/bin/php /opt/liman/server/artisan queue:listen --timeout=0 --tries=1
WorkingDirectory=/liman
ExecStart=/usr/bin/php /liman/server/artisan queue:listen --timeout=0 --tries=1
Restart=on-failure
[Install]
WantedBy=multi-user.target
\ No newline at end of file
WantedBy=multi-user.target
......@@ -6,10 +6,10 @@ After=nginx.service
Type=simple
User=liman
WorkingDirectory=/opt/liman
WorkingDirectory=/liman
ExecStart=/usr/bin/python3 -m http.server
ExecStop=/usr/bin/php /opt/liman/server/artisan down
ExecStop=/usr/bin/php /liman/server/artisan down
Restart=on-failure
[Install]
WantedBy=multi-user.target
\ No newline at end of file
WantedBy=multi-user.target
server {
listen 443 ssl http2;
server_name 0.0.0.0;
root "/opt/liman/server/public";
root "/liman/server/public";
index index.html index.htm index.php;
......@@ -41,6 +41,6 @@ server {
deny all;
}
ssl_certificate /opt/liman/certs/liman.crt;
ssl_certificate_key /opt/liman/certs/liman.key;
}
\ No newline at end of file
ssl_certificate /liman/certs/liman.crt;
ssl_certificate_key /liman/certs/liman.key;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment