[odrs-web/oscp] Debugging completed, restore configuration
- From: Andrea Veri <averi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [odrs-web/oscp] Debugging completed, restore configuration
- Date: Tue, 13 Nov 2018 16:33:33 +0000 (UTC)
commit 88afa6543cab4214c366b14b555fbb4ff7294ab6
Author: Andrea Veri <averi redhat com>
Date: Tue Nov 13 17:33:25 2018 +0100
Debugging completed, restore configuration
Dockerfile | 3 +--
odrs.gnome.org.conf | 4 ----
2 files changed, 1 insertion(+), 6 deletions(-)
---
diff --git a/Dockerfile b/Dockerfile
index 1bedc05..ce3c968 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,7 +15,6 @@ COPY app_data ${ODRS_HOME}
COPY odrs.gnome.org.conf /etc/httpd/conf.d/odrs.gnome.org.conf
RUN rm /etc/httpd/conf.d/welcome.conf
-RUN chown 1000310000:0 /var/log/httpd24
RUN chown -R 1000310000:0 ${ODRS_HOME} && \
chmod -R 664 ${ODRS_HOME} && \
find ${ODRS_HOME} -type d -exec chmod 775 {} +
@@ -23,5 +22,5 @@ RUN chown -R 1000310000:0 ${ODRS_HOME} && \
COPY entrypoint.sh /usr/local/bin
EXPOSE 8443
-USER root
+USER 1001
ENTRYPOINT ["entrypoint.sh"]
diff --git a/odrs.gnome.org.conf b/odrs.gnome.org.conf
index e223442..08a1dfc 100644
--- a/odrs.gnome.org.conf
+++ b/odrs.gnome.org.conf
@@ -1,5 +1,3 @@
-LogLevel debug
-
<VirtualHost *:8443>
ServerName odrs.gnome.org
DocumentRoot /opt/app-root/src
@@ -9,8 +7,6 @@ LogLevel debug
SSLCertificateFile /var/serving-cert/tls.crt
SSLCertificateKeyFile /var/serving-cert/tls.key
- ErrorLog /var/log/httpd24/odrs_error_log
-
Alias /static/ /opt/app-root/src/app/static
Alias /1.0/reviews/api/ratings /opt/app-root/src/ratings.json
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]